Color Hex Logo

#cce08e Color Hex

#CCE08E
(204,224,142)
0 Favorites   0 Comments

Color spaces of #cce08e

RGB 204224142
HSL0.210.570.72
HSV75°37°88°
CMYK 0.090.000.37   0.12
XYZ56.440068.101735.7614
Yxy68.10170.35210.4248
Hunter Lab82.5238-22.336132.0735
CIE-Lab86.0573-19.640637.9707

#cce08e color RGB value is (204,224,142).

#cce08e hex color red value is 204, green value is 224 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cce08e hue: 0.21 , saturation: 0.57 and the lightness value of cce08e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 10001110
Octal 314 340 216
Decimal 204 224 142
Hex CC E0 8E

RGB Percentages of Color #cce08e

%35.79
%39.30
%24.91

CMYK Percentages of Color #cce08e

%9
%0
%37
%12

Triadic Colors of #cce08e

#cce08e #8ecce0 #e08ecc

Analogous Colors of #cce08e

#cce08e #a3e08e #e0cb8e

Monochromatic Colors of #cce08e

#cce08e

Complementary Color

#cce08e #a28ee0

#cce08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce08e Color CSS Codes

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

#cce08e Text Font Color

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

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


#cce08e Background Color

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

This div background color is #cce08e


#cce08e Border Color

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

This div border color is #cce08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce08e


Comments

No comments written yet.

Please login to write comment.