Color Hex Logo

#cce88c Color Hex

#CCE88C
(204,232,140)
0 Favorites   0 Comments

Color spaces of #cce88c

RGB 204232140
HSL0.220.670.73
HSV78°40°91°
CMYK 0.120.000.40   0.09
XYZ58.492172.444035.7112
Yxy72.44400.35100.4347
Hunter Lab85.1140-26.280734.7036
CIE-Lab88.1819-23.765441.6983

#cce88c color RGB value is (204,232,140).

#cce88c hex color red value is 204, green value is 232 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cce88c hue: 0.22 , saturation: 0.67 and the lightness value of cce88c is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101000 10001100
Octal 314 350 214
Decimal 204 232 140
Hex CC E8 8C

RGB Percentages of Color #cce88c

%35.42
%40.28
%24.31

CMYK Percentages of Color #cce88c

%12
%0
%40
%9

Triadic Colors of #cce88c

#cce88c #8ccce8 #e88ccc

Analogous Colors of #cce88c

#cce88c #9ee88c #e8d68c

Monochromatic Colors of #cce88c

#cce88c

Complementary Color

#cce88c #a88ce8

#cce88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce88c Color CSS Codes

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

#cce88c Text Font Color

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

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


#cce88c Background Color

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

This div background color is #cce88c


#cce88c Border Color

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

This div border color is #cce88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce88c


Comments

No comments written yet.

Please login to write comment.