Color Hex Logo

#cee2ce Color Hex

#CEE2CE
(206,226,206)
0 Favorites   0 Comments

Color spaces of #cee2ce

RGB 206226206
HSL0.330.260.85
HSV120°89°
CMYK 0.090.000.09   0.11
XYZ63.790571.970868.9221
Yxy71.97080.31170.3516
Hunter Lab84.8356-14.242711.2166
CIE-Lab87.9545-10.31347.5086

#cee2ce color RGB value is (206,226,206).

#cee2ce hex color red value is 206, green value is 226 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cee2ce hue: 0.33 , saturation: 0.26 and the lightness value of cee2ce is 0.85.

The process color (four color CMYK) of #cee2ce color hex is 0.09, 0.00, 0.09, 0.11. Web safe color of #cee2ce is #cccccc. Color #cee2ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 11001110
Octal 316 342 316
Decimal 206 226 206
Hex CE E2 CE

RGB Percentages of Color #cee2ce

%32.29
%35.42
%32.29

CMYK Percentages of Color #cee2ce

%9
%0
%9
%11

Triadic Colors of #cee2ce

#cee2ce #cecee2 #e2cece

Analogous Colors of #cee2ce

#cee2ce #cee2d8 #d8e2ce

Monochromatic Colors of #cee2ce

#cee2ce

Complementary Color

#cee2ce #e2cee2

#cee2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee2ce Color CSS Codes

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

#cee2ce Text Font Color

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

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


#cee2ce Background Color

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

This div background color is #cee2ce


#cee2ce Border Color

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

This div border color is #cee2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee2ce


Comments

No comments written yet.

Please login to write comment.