Color Hex Logo

#ccd580 Color Hex

#CCD580
(204,213,128)
0 Favorites   0 Comments

Color spaces of #ccd580

RGB 204213128
HSL0.180.500.67
HSV66°40°84°
CMYK 0.040.000.40   0.16
XYZ52.592461.984429.6143
Yxy61.98440.36470.4299
Hunter Lab78.7302-18.538332.8092
CIE-Lab82.9051-15.829340.9443

#ccd580 color RGB value is (204,213,128).

#ccd580 hex color red value is 204, green value is 213 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ccd580 hue: 0.18 , saturation: 0.50 and the lightness value of ccd580 is 0.67.

The process color (four color CMYK) of #ccd580 color hex is 0.04, 0.00, 0.40, 0.16. Web safe color of #ccd580 is #cccc99. Color #ccd580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 10000000
Octal 314 325 200
Decimal 204 213 128
Hex CC D5 80

RGB Percentages of Color #ccd580

%37.43
%39.08
%23.49

CMYK Percentages of Color #ccd580

%4
%0
%40
%16

Triadic Colors of #ccd580

#ccd580 #80ccd5 #d580cc

Analogous Colors of #ccd580

#ccd580 #a2d580 #d5b480

Monochromatic Colors of #ccd580

#ccd580

Complementary Color

#ccd580 #8980d5

#ccd580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd580 Color CSS Codes

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

#ccd580 Text Font Color

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

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


#ccd580 Background Color

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

This div background color is #ccd580


#ccd580 Border Color

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

This div border color is #ccd580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd580


Comments

No comments written yet.

Please login to write comment.