converting colors - decimal(16777215) · the decimal color 16777215 is a light color, and the...

23
Converting Colors Decimal(16777215)

Upload: others

Post on 25-Jul-2020

14 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

ConvertingColors

Decimal(16777215)

Page 2: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

Have a look what the booklet forDecimal(16777215) contains.

Decimal(16777215) 3 ................................................. Conversions 4 ....................................................... Details 6 ................................................................ Harmonies 10 ........................................................ Previews 12 ........................................................... Color Blindness Simulation 15 ........................... CSS Examples 18 ..................................................

Page 3: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

Color

Decimal(16777215)

Page 6: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 6/23 convertingcolors.com

Details

The Decimal color 16777215 is a light color, andthe websafe version is hex FFFFFF, and the colorname is white. A complement of this color wouldbe 16777215, and the grayscale version is16777215.

A 20% lighter version of the original color is16777215, and 13027014 is the 20% darkercolor. If you saturate the color by 10%, you get16770790, and if you desaturate by 10%, it is16777215.

Page 7: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 7/23 convertingcolors.com

Distribution

RGB

Red (100%)

Green (100%)

Blue (100%)

RYB

Red (100%)

Yellow (100%)

Blue (100%)

CMYK

Cyan (0%)

Magenta (0%)

Yellow (0%)

Black (0%)

CMY

Cyan (0%)

Magenta (0%)

Yellow (0%)

Page 8: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 8/23 convertingcolors.com

Brightness & SaturationGradients

These gradients show how the Decimal color 16777215changes by changing the brightness by 10 percent. Thefirst figure shows a shift by +10% for each color and thesecond figure -10%.

Similar to the brightness gradients but the followingsaturation gradients show a change of the Decimalcolor 16777215 by changing the saturation by 10%instead.

Page 9: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 9/23 convertingcolors.com

16777215

14869218

13027014

11250603

9539985

7829367

6184542

4671303

3158064

1776411

16777215

16770790

16764108

16757683

16751001

16744576

16737894

16731469

16724787

16718105

Page 10: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 10/23 convertingcolors.com

Harmonies

Page 11: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 11/23 convertingcolors.com

SweetspotThe sweet spot groups the original color and fivecomplimentary colors.

16777215

8421504

0

Page 12: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 12/23 convertingcolors.com

Previews

White Background

This preview shows how the Decimal color 16777215looks on a white background.

Color Contrast Check

Large Text (above 18pt) WCAG AA ✕ FailAny Text WCAG AA ✕ FailLarge Text (above 18pt) WCAG AAA ✕ FailAny Text WCAG AAA ✕ Fail

Page 13: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 13/23 convertingcolors.com

Black Background

This preview shows how the Decimal color 16777215looks on a black background.

Color Contrast Check

Large Text (above 18pt) WCAG AA ✓ PassAny Text WCAG AA ✓ PassLarge Text (above 18pt) WCAG AAA ✓ PassAny Text WCAG AAA ✓ Pass

If you want to check with other color combinations, trythe Color Contrast Checker.

Page 14: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 14/23 convertingcolors.com

Decimal 16777215 Background

This preview shows how black text looks on abackground with the Decimal color 16777215.

This preview shows how white text looks on abackground with the Decimal color 16777215.

Page 15: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 15/23 convertingcolors.com

Color BlindnessSimulation

Color vision deficiency is a very complex topic, and Icould not describe the different causes any better thanWikipedia does, so if you want to learn more, youshould check out their article about color blindness.

Dichromacy

Original Color16777215

Protanopia16777215

Deuteranopia16777215

Page 16: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 16/23 convertingcolors.com

Tritanopia16777215

Page 18: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 18/23 convertingcolors.com

CSS Examples

Text

The CSS property to change the color of the text toDecimal 16777215 is called "color". The color propertycan be set on classes, ids or directly on the HTMLelement.

This example shows how text in the color #FFFFFF lookslike.

.text, #text, p{ color:#FFFFFF}

Page 19: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 19/23 convertingcolors.com

If you want to add a text shadow in that color use thetext-shadow property, you can generate a text shadowdirectly with our CSS Text Shadow Generator.

Here you see how black text with a 4 pixel #FFFFFFHere you see how black text with a 4 pixel #FFFFFF

colored shadow looks like.colored shadow looks like.

.shadow{ text-shadow: 4px 4px 2px #FFFFFF}

Border

The CSS property to change the border of an element toDecimal 16777215 is called "border". The borderproperty can be set on classes, ids or directly on theHTML element.

This example shows the color as border, it can beapplied via the CSS property "border" or "border-color".

.border, #border, table{ border:4px solid#FFFFFF }

Page 20: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 20/23 convertingcolors.com

If only the border color should be changed use theproperty border-color.

.border{ border-color:#FFFFFF }

If you want to add a box shadow in that color use:

Here you see how a box with a 4 pixel #FFFFFF coloredshadow looks like.

.boxshadow{ -moz-box-shadow:4px 4px 4px4px #FFFFFF; -webkit-box-shadow:4px 4px4px 4px #FFFFFF; box-shadow:4px 4px 4px4px #FFFFFF }

Page 21: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

27-09-2020 21/23 convertingcolors.com

Background

The CSS property to change the background color of anelement to Decimal 16777215 is called "background".The background property can be set on classes, ids ordirectly on the HTML element.

.background, #background, body{background:#FFFFFF }

If only the background color should be changed can beused:

.background{ background-color:#FFFFFF }

This example shows the color as background, it isapplied via the CSS property "background".

To optimize and compress your CSS code, you can useour online CSS compressor and optimizer based oncsstidy. If you want to create a linear or radial gradientas background or border, check our CSS GradientGenerator.

Page 22: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

Hey! You found this bookletinteresting? Have a look at my otherbooklet HOWCOLORS.WORK – A CSScolor notation guide.

HOWCOLORS.WORKA CSS color notation guide.Are you new to web developmentand want to know the differentways to express colors in CSS?Then this booklet is for you!

HOWCOLORS.WORK will helpyou understand the syntax ofthe color notations in CSS.You will learn all the current andnew ways to express colors toprepare yourself for the future!

Buy now, starting at $4.99!

Page 23: Converting Colors - Decimal(16777215) · The Decimal color 16777215 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color

Follow meon Twitter!

@ConvertingColor