Color Hex Logo

#ccf580 Color Hex

#CCF580
(204,245,128)
0 Favorites   0 Comments

Color spaces of #ccf580

RGB 204245128
HSL0.230.850.73
HSV81°48°96°
CMYK 0.170.000.48   0.04
XYZ61.450579.700732.5671
Yxy79.70070.35370.4588
Hunter Lab89.2752-33.365440.8640
CIE-Lab91.5504-31.232451.6789

#ccf580 color RGB value is (204,245,128).

#ccf580 hex color red value is 204, green value is 245 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ccf580 hue: 0.23 , saturation: 0.85 and the lightness value of ccf580 is 0.73.

The process color (four color CMYK) of #ccf580 color hex is 0.17, 0.00, 0.48, 0.04. Web safe color of #ccf580 is #ccff99. Color #ccf580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 10000000
Octal 314 365 200
Decimal 204 245 128
Hex CC F5 80

RGB Percentages of Color #ccf580

%35.36
%42.46
%22.18

CMYK Percentages of Color #ccf580

%17
%0
%48
%4

Triadic Colors of #ccf580

#ccf580 #80ccf5 #f580cc

Analogous Colors of #ccf580

#ccf580 #92f580 #f5e480

Monochromatic Colors of #ccf580

#ccf580

Complementary Color

#ccf580 #a980f5

#ccf580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf580 Color CSS Codes

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

#ccf580 Text Font Color

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

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


#ccf580 Background Color

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

This div background color is #ccf580


#ccf580 Border Color

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

This div border color is #ccf580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,245,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 #ccf580">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf580


Comments

No comments written yet.

Please login to write comment.