Color Hex Logo

#cce8ce Color Hex

#CCE8CE
(204,232,206)
0 Favorites   0 Comments

Color spaces of #cce8ce

RGB 204232206
HSL0.350.380.85
HSV124°12°91°
CMYK 0.120.000.11   0.09
XYZ64.899075.006869.4497
Yxy75.00680.31000.3583
Hunter Lab86.6065-17.801413.0799
CIE-Lab89.3962-14.00629.5571

#cce8ce color RGB value is (204,232,206).

#cce8ce hex color red value is 204, green value is 232 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cce8ce hue: 0.35 , saturation: 0.38 and the lightness value of cce8ce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101000 11001110
Octal 314 350 316
Decimal 204 232 206
Hex CC E8 CE

RGB Percentages of Color #cce8ce

%31.78
%36.14
%32.09

CMYK Percentages of Color #cce8ce

%12
%0
%11
%9

Triadic Colors of #cce8ce

#cce8ce #cecce8 #e8cecc

Analogous Colors of #cce8ce

#cce8ce #cce8dc #d8e8cc

Monochromatic Colors of #cce8ce

#cce8ce

Complementary Color

#cce8ce #e8cce6

#cce8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce8ce Color CSS Codes

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

#cce8ce Text Font Color

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

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


#cce8ce Background Color

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

This div background color is #cce8ce


#cce8ce Border Color

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

This div border color is #cce8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce8ce


Comments

No comments written yet.

Please login to write comment.