Color Hex Logo

#ccf04a Color Hex

#CCF04A
(204,240,74)
0 Favorites   0 Comments

Color spaces of #ccf04a

RGB 20424074
HSL0.200.850.62
HSV73°69°94°
CMYK 0.150.000.69   0.06
XYZ57.298075.652018.0609
Yxy75.65200.37940.5010
Hunter Lab86.9782-34.622648.5732
CIE-Lab89.6975-33.212472.3475

#ccf04a color RGB value is (204,240,74).

#ccf04a hex color red value is 204, green value is 240 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ccf04a hue: 0.20 , saturation: 0.85 and the lightness value of ccf04a is 0.62.

The process color (four color CMYK) of #ccf04a color hex is 0.15, 0.00, 0.69, 0.06. Web safe color of #ccf04a is #ccff33. Color #ccf04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 01001010
Octal 314 360 112
Decimal 204 240 74
Hex CC F0 4A

RGB Percentages of Color #ccf04a

%39.38
%46.33
%14.29

CMYK Percentages of Color #ccf04a

%15
%0
%69
%6

Triadic Colors of #ccf04a

#ccf04a #4accf0 #f04acc

Analogous Colors of #ccf04a

#ccf04a #79f04a #f0c14a

Monochromatic Colors of #ccf04a

#ccf04a

Complementary Color

#ccf04a #6e4af0

#ccf04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf04a Color CSS Codes

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

#ccf04a Text Font Color

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

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


#ccf04a Background Color

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

This div background color is #ccf04a


#ccf04a Border Color

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

This div border color is #ccf04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf04a


Comments

No comments written yet.

Please login to write comment.