Color Hex Logo

#acf02f Color Hex

#ACF02F
(172,240,47)
0 Favorites   0 Comments

Color spaces of #acf02f

RGB 17224047
HSL0.230.870.56
HSV81°80°94°
CMYK 0.280.000.80   0.06
XYZ48.686471.296113.8848
Yxy71.29610.36370.5326
Hunter Lab84.4370-44.841649.3563
CIE-Lab87.6287-46.614178.0025

#acf02f color RGB value is (172,240,47).

#acf02f hex color red value is 172, green value is 240 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #acf02f hue: 0.23 , saturation: 0.87 and the lightness value of acf02f is 0.56.

The process color (four color CMYK) of #acf02f color hex is 0.28, 0.00, 0.80, 0.06. Web safe color of #acf02f is #99ff33. Color #acf02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 00101111
Octal 254 360 57
Decimal 172 240 47
Hex AC F0 2F

RGB Percentages of Color #acf02f

%37.47
%52.29
%10.24

CMYK Percentages of Color #acf02f

%28
%0
%80
%6

Triadic Colors of #acf02f

#acf02f #2facf0 #f02fac

Analogous Colors of #acf02f

#acf02f #4cf02f #f0d42f

Monochromatic Colors of #acf02f

#acf02f

Complementary Color

#acf02f #732ff0

#acf02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf02f Color CSS Codes

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

#acf02f Text Font Color

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

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


#acf02f Background Color

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

This div background color is #acf02f


#acf02f Border Color

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

This div border color is #acf02f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,240,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 #acf02f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf02f


Comments

No comments written yet.

Please login to write comment.