Color Hex Logo

#ccde84 Color Hex

#CCDE84
(204,222,132)
0 Favorites   0 Comments

Color spaces of #ccde84

RGB 204222132
HSL0.200.580.69
HSV72°41°87°
CMYK 0.080.000.41   0.13
XYZ55.188066.745931.8043
Yxy66.74590.35900.4342
Hunter Lab81.6982-22.393134.1077
CIE-Lab85.3755-19.832642.0850

#ccde84 color RGB value is (204,222,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 10000100
Octal 314 336 204
Decimal 204 222 132
Hex CC DE 84

RGB Percentages of Color #ccde84

%36.56
%39.78
%23.66

CMYK Percentages of Color #ccde84

%8
%0
%41
%13

Triadic Colors of #ccde84

#ccde84 #84ccde #de84cc

Analogous Colors of #ccde84

#ccde84 #9fde84 #dec384

Monochromatic Colors of #ccde84

#ccde84

Complementary Color

#ccde84 #9684de

#ccde84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde84 Color CSS Codes

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

#ccde84 Text Font Color

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

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


#ccde84 Background Color

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

This div background color is #ccde84


#ccde84 Border Color

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

This div border color is #ccde84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde84


Comments

No comments written yet.

Please login to write comment.