Color Hex Logo

#cedfe9 Color Hex

#CEDFE9
(206,223,233)
0 Favorites   0 Comments

Color spaces of #cedfe9

RGB 206223233
HSL0.560.380.86
HSV202°12°91°
CMYK 0.120.040.00   0.09
XYZ66.549371.780487.4383
Yxy71.78040.29480.3179
Hunter Lab84.7233-8.0559-1.8836
CIE-Lab87.8628-3.6959-6.8253

#cedfe9 color RGB value is (206,223,233).

#cedfe9 hex color red value is 206, green value is 223 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #cedfe9 hue: 0.56 , saturation: 0.38 and the lightness value of cedfe9 is 0.86.

The process color (four color CMYK) of #cedfe9 color hex is 0.12, 0.04, 0.00, 0.09. Web safe color of #cedfe9 is #ccccff. Color #cedfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 11101001
Octal 316 337 351
Decimal 206 223 233
Hex CE DF E9

RGB Percentages of Color #cedfe9

%31.12
%33.69
%35.20

CMYK Percentages of Color #cedfe9

%12
%4
%0
%9

Triadic Colors of #cedfe9

#cedfe9 #e9cedf #dfe9ce

Analogous Colors of #cedfe9

#cedfe9 #ced2e9 #cee9e6

Monochromatic Colors of #cedfe9

#cedfe9

Complementary Color

#cedfe9 #e9d8ce

#cedfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedfe9 Color CSS Codes

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

#cedfe9 Text Font Color

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

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


#cedfe9 Background Color

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

This div background color is #cedfe9


#cedfe9 Border Color

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

This div border color is #cedfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedfe9


Comments

No comments written yet.

Please login to write comment.