Color Hex Logo

#cedbf9 Color Hex

#CEDBF9
(206,219,249)
0 Favorites   0 Comments

Color spaces of #cedbf9

RGB 206219249
HSL0.620.780.89
HSV222°17°98°
CMYK 0.170.120.00   0.02
XYZ67.884070.624499.6765
Yxy70.62440.28500.2965
Hunter Lab84.0383-2.8794-11.4961
CIE-Lab87.30221.6689-16.0890

#cedbf9 color RGB value is (206,219,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11111001
Octal 316 333 371
Decimal 206 219 249
Hex CE DB F9

RGB Percentages of Color #cedbf9

%30.56
%32.49
%36.94

CMYK Percentages of Color #cedbf9

%17
%12
%0
%2

Triadic Colors of #cedbf9

#cedbf9 #f9cedb #dbf9ce

Analogous Colors of #cedbf9

#cedbf9 #d7cef9 #cef1f9

Monochromatic Colors of #cedbf9

#cedbf9

Complementary Color

#cedbf9 #f9ecce

#cedbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbf9 Color CSS Codes

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

#cedbf9 Text Font Color

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

This sample text font color is #cedbf9
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.


#cedbf9 Background Color

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

This div background color is #cedbf9


#cedbf9 Border Color

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

This div border color is #cedbf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,219,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 #cedbf9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbf9

#cedbf9 Color Palettes


Comments

No comments written yet.

Please login to write comment.