Color Hex Logo

#ccf420 Color Hex

#CCF420
(204,244,32)
0 Favorites   0 Comments

Color spaces of #ccf420

RGB 20424432
HSL0.200.910.54
HSV71°87°96°
CMYK 0.160.000.87   0.04
XYZ57.513277.643013.3218
Yxy77.64300.38740.5229
Hunter Lab88.1153-37.694052.7169
CIE-Lab90.6167-36.646584.5338

#ccf420 color RGB value is (204,244,32).

#ccf420 hex color red value is 204, green value is 244 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ccf420 hue: 0.20 , saturation: 0.91 and the lightness value of ccf420 is 0.54.

The process color (four color CMYK) of #ccf420 color hex is 0.16, 0.00, 0.87, 0.04. Web safe color of #ccf420 is #ccff33. Color #ccf420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 00100000
Octal 314 364 40
Decimal 204 244 32
Hex CC F4 20

RGB Percentages of Color #ccf420

%42.50
%50.83
%6.67

CMYK Percentages of Color #ccf420

%16
%0
%87
%4

Triadic Colors of #ccf420

#ccf420 #20ccf4 #f420cc

Analogous Colors of #ccf420

#ccf420 #62f420 #f4b220

Monochromatic Colors of #ccf420

#ccf420

Complementary Color

#ccf420 #4820f4

#ccf420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf420 Color CSS Codes

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

#ccf420 Text Font Color

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

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


#ccf420 Background Color

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

This div background color is #ccf420


#ccf420 Border Color

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

This div border color is #ccf420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf420


Comments

No comments written yet.

Please login to write comment.