Color Hex Logo

#ccde85 Color Hex

#CCDE85
(204,222,133)
0 Favorites   0 Comments

Color spaces of #ccde85

RGB 204222133
HSL0.200.570.70
HSV72°40°87°
CMYK 0.080.000.40   0.13
XYZ55.256866.773432.1665
Yxy66.77340.35840.4330
Hunter Lab81.7150-22.297133.8614
CIE-Lab85.3894-19.719341.6071

#ccde85 color RGB value is (204,222,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 10000101
Octal 314 336 205
Decimal 204 222 133
Hex CC DE 85

RGB Percentages of Color #ccde85

%36.49
%39.71
%23.79

CMYK Percentages of Color #ccde85

%8
%0
%40
%13

Triadic Colors of #ccde85

#ccde85 #85ccde #de85cc

Analogous Colors of #ccde85

#ccde85 #a0de85 #dec485

Monochromatic Colors of #ccde85

#ccde85

Complementary Color

#ccde85 #9785de

#ccde85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde85 Color CSS Codes

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

#ccde85 Text Font Color

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

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


#ccde85 Background Color

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

This div background color is #ccde85


#ccde85 Border Color

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

This div border color is #ccde85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde85


Comments

No comments written yet.

Please login to write comment.