Color Hex Logo

#cce0cb Color Hex

#CCE0CB
(204,224,203)
0 Favorites   0 Comments

Color spaces of #cce0cb

RGB 204224203
HSL0.330.250.84
HSV117°88°
CMYK 0.090.000.09   0.12
XYZ62.337070.460566.8146
Yxy70.46050.31230.3530
Hunter Lab83.9408-14.336711.5653
CIE-Lab87.2222-10.50748.0144

#cce0cb color RGB value is (204,224,203).

#cce0cb hex color red value is 204, green value is 224 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cce0cb hue: 0.33 , saturation: 0.25 and the lightness value of cce0cb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 11001011
Octal 314 340 313
Decimal 204 224 203
Hex CC E0 CB

RGB Percentages of Color #cce0cb

%32.33
%35.50
%32.17

CMYK Percentages of Color #cce0cb

%9
%0
%9
%12

Triadic Colors of #cce0cb

#cce0cb #cbcce0 #e0cbcc

Analogous Colors of #cce0cb

#cce0cb #cbe0d5 #d7e0cb

Monochromatic Colors of #cce0cb

#cce0cb

Complementary Color

#cce0cb #dfcbe0

#cce0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce0cb Color CSS Codes

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

#cce0cb Text Font Color

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

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


#cce0cb Background Color

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

This div background color is #cce0cb


#cce0cb Border Color

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

This div border color is #cce0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce0cb


Comments

No comments written yet.

Please login to write comment.