Color Hex Logo

#cce0ac Color Hex

#CCE0AC
(204,224,172)
0 Favorites   0 Comments

Color spaces of #cce0ac

RGB 204224172
HSL0.230.460.78
HSV83°23°88°
CMYK 0.090.000.23   0.12
XYZ59.003969.127249.2628
Yxy69.12720.33260.3897
Hunter Lab83.1428-18.823823.0701
CIE-Lab86.5670-15.568023.3015

#cce0ac color RGB value is (204,224,172).

#cce0ac hex color red value is 204, green value is 224 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cce0ac hue: 0.23 , saturation: 0.46 and the lightness value of cce0ac is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 10101100
Octal 314 340 254
Decimal 204 224 172
Hex CC E0 AC

RGB Percentages of Color #cce0ac

%34.00
%37.33
%28.67

CMYK Percentages of Color #cce0ac

%9
%0
%23
%12

Triadic Colors of #cce0ac

#cce0ac #accce0 #e0accc

Analogous Colors of #cce0ac

#cce0ac #b2e0ac #e0daac

Monochromatic Colors of #cce0ac

#cce0ac

Complementary Color

#cce0ac #c0ace0

#cce0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce0ac Color CSS Codes

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

#cce0ac Text Font Color

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

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


#cce0ac Background Color

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

This div background color is #cce0ac


#cce0ac Border Color

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

This div border color is #cce0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce0ac


Comments

No comments written yet.

Please login to write comment.