Color Hex Logo

#ccde88 Color Hex

#CCDE88
(204,222,136)
0 Favorites   0 Comments

Color spaces of #ccde88

RGB 204222136
HSL0.200.570.70
HSV73°39°87°
CMYK 0.080.000.39   0.13
XYZ55.467066.857533.2739
Yxy66.85750.35650.4297
Hunter Lab81.7664-22.004233.1091
CIE-Lab85.4319-19.374240.1691

#ccde88 color RGB value is (204,222,136).

#ccde88 hex color red value is 204, green value is 222 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ccde88 hue: 0.20 , saturation: 0.57 and the lightness value of ccde88 is 0.70.

The process color (four color CMYK) of #ccde88 color hex is 0.08, 0.00, 0.39, 0.13. Web safe color of #ccde88 is #cccc99. Color #ccde88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 10001000
Octal 314 336 210
Decimal 204 222 136
Hex CC DE 88

RGB Percentages of Color #ccde88

%36.30
%39.50
%24.20

CMYK Percentages of Color #ccde88

%8
%0
%39
%13

Triadic Colors of #ccde88

#ccde88 #88ccde #de88cc

Analogous Colors of #ccde88

#ccde88 #a1de88 #dec588

Monochromatic Colors of #ccde88

#ccde88

Complementary Color

#ccde88 #9a88de

#ccde88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde88 Color CSS Codes

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

#ccde88 Text Font Color

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

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


#ccde88 Background Color

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

This div background color is #ccde88


#ccde88 Border Color

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

This div border color is #ccde88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde88


Comments

No comments written yet.

Please login to write comment.