Color Hex Logo

#cee9df Color Hex

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

Color spaces of #cee9df

RGB 206233223
HSL0.440.380.86
HSV158°12°91°
CMYK 0.120.000.04   0.09
XYZ67.911876.727481.0426
Yxy76.72740.30090.3400
Hunter Lab87.5942-14.89876.4605
CIE-Lab90.1960-10.74331.8453

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

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

The process color (four color CMYK) of #cee9df color hex is 0.12, 0.00, 0.04, 0.09. Web safe color of #cee9df is #ccffcc. Color #cee9df contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #cee9df

%31.12
%35.20
%33.69

CMYK Percentages of Color #cee9df

%12
%0
%4
%9

Triadic Colors of #cee9df

#cee9df #dfcee9 #e9dfce

Analogous Colors of #cee9df

#cee9df #cee6e9 #cee9d2

Monochromatic Colors of #cee9df

#cee9df

Complementary Color

#cee9df #e9ced8

#cee9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee9df Color CSS Codes

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

#cee9df Text Font Color

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

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


#cee9df Background Color

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

This div background color is #cee9df


#cee9df Border Color

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

This div border color is #cee9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee9df


Comments

No comments written yet.

Please login to write comment.