Color Hex Logo

#cce1cd Color Hex

#CCE1CD
(204,225,205)
0 Favorites   0 Comments

Color spaces of #cce1cd

RGB 204225205
HSL0.340.260.84
HSV123°88°
CMYK 0.090.000.09   0.12
XYZ62.846571.095668.1681
Yxy71.09560.31100.3518
Hunter Lab84.3182-14.512011.0890
CIE-Lab87.5314-10.65987.4076

#cce1cd color RGB value is (204,225,205).

#cce1cd hex color red value is 204, green value is 225 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cce1cd hue: 0.34 , saturation: 0.26 and the lightness value of cce1cd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 11001101
Octal 314 341 315
Decimal 204 225 205
Hex CC E1 CD

RGB Percentages of Color #cce1cd

%32.18
%35.49
%32.33

CMYK Percentages of Color #cce1cd

%9
%0
%9
%12

Triadic Colors of #cce1cd

#cce1cd #cdcce1 #e1cdcc

Analogous Colors of #cce1cd

#cce1cd #cce1d8 #d6e1cc

Monochromatic Colors of #cce1cd

#cce1cd

Complementary Color

#cce1cd #e1cce0

#cce1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce1cd Color CSS Codes

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

#cce1cd Text Font Color

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

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


#cce1cd Background Color

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

This div background color is #cce1cd


#cce1cd Border Color

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

This div border color is #cce1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce1cd


Comments

No comments written yet.

Please login to write comment.