Color Hex Logo

#acf72f Color Hex

#ACF72F
(172,247,47)
0 Favorites   0 Comments

Color spaces of #acf72f

RGB 17224747
HSL0.230.930.58
HSV82°81°97°
CMYK 0.300.000.81   0.03
XYZ50.787175.497414.5850
Yxy75.49740.36050.5359
Hunter Lab86.8892-47.722250.8702
CIE-Lab89.6255-49.547979.7807

#acf72f color RGB value is (172,247,47).

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

The process color (four color CMYK) of #acf72f color hex is 0.30, 0.00, 0.81, 0.03. Web safe color of #acf72f is #99ff33. Color #acf72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 00101111
Octal 254 367 57
Decimal 172 247 47
Hex AC F7 2F

RGB Percentages of Color #acf72f

%36.91
%53.00
%10.09

CMYK Percentages of Color #acf72f

%30
%0
%81
%3

Triadic Colors of #acf72f

#acf72f #2facf7 #f72fac

Analogous Colors of #acf72f

#acf72f #48f72f #f7de2f

Monochromatic Colors of #acf72f

#acf72f

Complementary Color

#acf72f #7a2ff7

#acf72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf72f Color CSS Codes

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

#acf72f Text Font Color

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

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


#acf72f Background Color

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

This div background color is #acf72f


#acf72f Border Color

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

This div border color is #acf72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf72f


Comments

No comments written yet.

Please login to write comment.