Color Hex Logo

#cee9cb Color Hex

#CEE9CB
(206,233,203)
0 Favorites   0 Comments

Color spaces of #cee9cb

RGB 206233203
HSL0.320.410.85
HSV114°13°91°
CMYK 0.120.000.13   0.09
XYZ65.372075.711467.6682
Yxy75.71140.31320.3627
Hunter Lab87.0123-18.165214.7996
CIE-Lab89.7252-14.357211.6092

#cee9cb color RGB value is (206,233,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 11001011
Octal 316 351 313
Decimal 206 233 203
Hex CE E9 CB

RGB Percentages of Color #cee9cb

%32.09
%36.29
%31.62

CMYK Percentages of Color #cee9cb

%12
%0
%13
%9

Triadic Colors of #cee9cb

#cee9cb #cbcee9 #e9cbce

Analogous Colors of #cee9cb

#cee9cb #cbe9d7 #dde9cb

Monochromatic Colors of #cee9cb

#cee9cb

Complementary Color

#cee9cb #e6cbe9

#cee9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee9cb Color CSS Codes

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

#cee9cb Text Font Color

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

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


#cee9cb Background Color

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

This div background color is #cee9cb


#cee9cb Border Color

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

This div border color is #cee9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee9cb


Comments

No comments written yet.

Please login to write comment.