Color Hex Logo

#ccfc2c Color Hex

#CCFC2C
(204,252,44)
0 Favorites   0 Comments

Color spaces of #ccfc2c

RGB 20425244
HSL0.210.970.58
HSV74°83°99°
CMYK 0.190.000.83   0.01
XYZ60.166982.640015.1629
Yxy82.64000.38090.5231
Hunter Lab90.9065-40.945453.7452
CIE-Lab92.8566-39.894184.0175

#ccfc2c color RGB value is (204,252,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 00101100
Octal 314 374 54
Decimal 204 252 44
Hex CC FC 2C

RGB Percentages of Color #ccfc2c

%40.80
%50.40
%8.80

CMYK Percentages of Color #ccfc2c

%19
%0
%83
%1

Triadic Colors of #ccfc2c

#ccfc2c #2cccfc #fc2ccc

Analogous Colors of #ccfc2c

#ccfc2c #64fc2c #fcc42c

Monochromatic Colors of #ccfc2c

#ccfc2c

Complementary Color

#ccfc2c #5c2cfc

#ccfc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfc2c Color CSS Codes

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

#ccfc2c Text Font Color

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

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


#ccfc2c Background Color

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

This div background color is #ccfc2c


#ccfc2c Border Color

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

This div border color is #ccfc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfc2c


Comments

No comments written yet.

Please login to write comment.