Color Hex Logo

#cee4ce Color Hex

#CEE4CE
(206,228,206)
0 Favorites   0 Comments

Color spaces of #cee4ce

RGB 206228206
HSL0.330.290.85
HSV120°10°89°
CMYK 0.100.000.10   0.11
XYZ64.337673.064869.1045
Yxy73.06480.31160.3538
Hunter Lab85.4780-15.232911.9017
CIE-Lab88.4786-11.32448.2608

#cee4ce color RGB value is (206,228,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100100 11001110
Octal 316 344 316
Decimal 206 228 206
Hex CE E4 CE

RGB Percentages of Color #cee4ce

%32.19
%35.63
%32.19

CMYK Percentages of Color #cee4ce

%10
%0
%10
%11

Triadic Colors of #cee4ce

#cee4ce #cecee4 #e4cece

Analogous Colors of #cee4ce

#cee4ce #cee4d9 #d9e4ce

Monochromatic Colors of #cee4ce

#cee4ce

Complementary Color

#cee4ce #e4cee4

#cee4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee4ce Color CSS Codes

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

#cee4ce Text Font Color

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

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


#cee4ce Background Color

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

This div background color is #cee4ce


#cee4ce Border Color

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

This div border color is #cee4ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,228,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 #cee4ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee4ce


Comments

No comments written yet.

Please login to write comment.