Color Hex Logo

#cee9cc Color Hex

#CEE9CC
(206,233,204)
0 Favorites   0 Comments

Color spaces of #cee9cc

RGB 206233204
HSL0.320.400.86
HSV116°12°91°
CMYK 0.120.000.12   0.09
XYZ65.491675.759368.2980
Yxy75.75930.31250.3615
Hunter Lab87.0398-18.010514.4045
CIE-Lab89.7475-14.184311.1197

#cee9cc color RGB value is (206,233,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 11001100
Octal 316 351 314
Decimal 206 233 204
Hex CE E9 CC

RGB Percentages of Color #cee9cc

%32.04
%36.24
%31.73

CMYK Percentages of Color #cee9cc

%12
%0
%12
%9

Triadic Colors of #cee9cc

#cee9cc #cccee9 #e9ccce

Analogous Colors of #cee9cc

#cee9cc #cce9d9 #dde9cc

Monochromatic Colors of #cee9cc

#cee9cc

Complementary Color

#cee9cc #e7cce9

#cee9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee9cc Color CSS Codes

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

#cee9cc Text Font Color

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

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


#cee9cc Background Color

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

This div background color is #cee9cc


#cee9cc Border Color

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

This div border color is #cee9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee9cc


Comments

No comments written yet.

Please login to write comment.