Color Hex Logo

#cedef9 Color Hex

#CEDEF9
(206,222,249)
0 Favorites   0 Comments

Color spaces of #cedef9

RGB 206222249
HSL0.600.780.89
HSV218°17°98°
CMYK 0.170.110.00   0.02
XYZ68.673872.203999.9398
Yxy72.20390.28520.2998
Hunter Lab84.9729-4.4415-10.2522
CIE-Lab88.06660.1005-14.9419

#cedef9 color RGB value is (206,222,249).

#cedef9 hex color red value is 206, green value is 222 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #cedef9 hue: 0.60 , saturation: 0.78 and the lightness value of cedef9 is 0.89.

The process color (four color CMYK) of #cedef9 color hex is 0.17, 0.11, 0.00, 0.02. Web safe color of #cedef9 is #ccccff. Color #cedef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011110 11111001
Octal 316 336 371
Decimal 206 222 249
Hex CE DE F9

RGB Percentages of Color #cedef9

%30.43
%32.79
%36.78

CMYK Percentages of Color #cedef9

%17
%11
%0
%2

Triadic Colors of #cedef9

#cedef9 #f9cede #def9ce

Analogous Colors of #cedef9

#cedef9 #d4cef9 #cef4f9

Monochromatic Colors of #cedef9

#cedef9

Complementary Color

#cedef9 #f9e9ce

#cedef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedef9 Color CSS Codes

.mybgcolor {background-color:#cedef9; } 
.myforecolor {color:#cedef9; }
.mybordercolor {border:3px solid #cedef9; }

#cedef9 Text Font Color

<p style="color:#cedef9">Text here</p>

This sample text font color is #cedef9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cedef9 Background Color

<div style="background-color:#cedef9">
Div content here</div>

This div background color is #cedef9


#cedef9 Border Color

<div style="border:3px solid #cedef9">
Div here</div>

This div border color is #cedef9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,222,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cedef9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cedef9;
  -webkit-box-shadow: 1px 1px 3px 2px #cedef9;
  box-shadow:         1px 1px 3px 2px #cedef9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,222,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cedef9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cedef9;
  -webkit-box-shadow: 1px 1px 3px 2px #cedef9;
  box-shadow:         1px 1px 3px 2px #cedef9;">
Div content here</div>

This div box has shadow with color #cedef9


Comments

No comments written yet.

Please login to write comment.