Color Hex Logo

#ccf480 Color Hex

#CCF480
(204,244,128)
0 Favorites   0 Comments

Color spaces of #ccf480

RGB 204244128
HSL0.220.840.73
HSV81°48°96°
CMYK 0.160.000.48   0.04
XYZ61.148879.097232.4665
Yxy79.09720.35400.4580
Hunter Lab88.9366-32.910540.6117
CIE-Lab91.2783-30.768151.3475

#ccf480 color RGB value is (204,244,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 10000000
Octal 314 364 200
Decimal 204 244 128
Hex CC F4 80

RGB Percentages of Color #ccf480

%35.42
%42.36
%22.22

CMYK Percentages of Color #ccf480

%16
%0
%48
%4

Triadic Colors of #ccf480

#ccf480 #80ccf4 #f480cc

Analogous Colors of #ccf480

#ccf480 #92f480 #f4e280

Monochromatic Colors of #ccf480

#ccf480

Complementary Color

#ccf480 #a880f4

#ccf480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf480 Color CSS Codes

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

#ccf480 Text Font Color

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

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


#ccf480 Background Color

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

This div background color is #ccf480


#ccf480 Border Color

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

This div border color is #ccf480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf480


Comments

No comments written yet.

Please login to write comment.