Color Hex Logo

#ccfa2f Color Hex

#CCFA2F
(204,250,47)
0 Favorites   0 Comments

Color spaces of #ccfa2f

RGB 20425047
HSL0.200.950.58
HSV74°81°98°
CMYK 0.180.000.81   0.02
XYZ59.600581.413815.2625
Yxy81.41380.38140.5210
Hunter Lab90.2296-39.994953.1317
CIE-Lab92.3155-38.913382.8581

#ccfa2f color RGB value is (204,250,47).

#ccfa2f hex color red value is 204, green value is 250 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ccfa2f hue: 0.20 , saturation: 0.95 and the lightness value of ccfa2f is 0.58.

The process color (four color CMYK) of #ccfa2f color hex is 0.18, 0.00, 0.81, 0.02. Web safe color of #ccfa2f is #ccff33. Color #ccfa2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 00101111
Octal 314 372 57
Decimal 204 250 47
Hex CC FA 2F

RGB Percentages of Color #ccfa2f

%40.72
%49.90
%9.38

CMYK Percentages of Color #ccfa2f

%18
%0
%81
%2

Triadic Colors of #ccfa2f

#ccfa2f #2fccfa #fa2fcc

Analogous Colors of #ccfa2f

#ccfa2f #67fa2f #fac32f

Monochromatic Colors of #ccfa2f

#ccfa2f

Complementary Color

#ccfa2f #5d2ffa

#ccfa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa2f Color CSS Codes

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

#ccfa2f Text Font Color

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

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


#ccfa2f Background Color

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

This div background color is #ccfa2f


#ccfa2f Border Color

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

This div border color is #ccfa2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa2f


Comments

No comments written yet.

Please login to write comment.