Color Hex Logo

#ccfc4c Color Hex

#CCFC4C
(204,252,76)
0 Favorites   0 Comments

Color spaces of #ccfc4c

RGB 20425276
HSL0.210.970.64
HSV76°70°99°
CMYK 0.190.000.70   0.01
XYZ61.016782.980019.6383
Yxy82.98000.37290.5071
Hunter Lab91.0934-39.849450.9834
CIE-Lab93.0057-38.524974.9410

#ccfc4c color RGB value is (204,252,76).

#ccfc4c hex color red value is 204, green value is 252 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ccfc4c hue: 0.21 , saturation: 0.97 and the lightness value of ccfc4c is 0.64.

The process color (four color CMYK) of #ccfc4c color hex is 0.19, 0.00, 0.70, 0.01. Web safe color of #ccfc4c is #ccff33. Color #ccfc4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 01001100
Octal 314 374 114
Decimal 204 252 76
Hex CC FC 4C

RGB Percentages of Color #ccfc4c

%38.35
%47.37
%14.29

CMYK Percentages of Color #ccfc4c

%19
%0
%70
%1

Triadic Colors of #ccfc4c

#ccfc4c #4cccfc #fc4ccc

Analogous Colors of #ccfc4c

#ccfc4c #74fc4c #fcd44c

Monochromatic Colors of #ccfc4c

#ccfc4c

Complementary Color

#ccfc4c #7c4cfc

#ccfc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfc4c Color CSS Codes

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

#ccfc4c Text Font Color

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

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


#ccfc4c Background Color

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

This div background color is #ccfc4c


#ccfc4c Border Color

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

This div border color is #ccfc4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfc4c


Comments

No comments written yet.

Please login to write comment.