Color Hex Logo

#acf972 Color Hex

#ACF972
(172,249,114)
0 Favorites   0 Comments

Color spaces of #acf972

RGB 172249114
HSL0.260.920.71
HSV94°54°98°
CMYK 0.310.000.54   0.02
XYZ53.926277.736928.0821
Yxy77.73690.33760.4866
Hunter Lab88.1685-45.119642.8338
CIE-Lab90.6597-45.813156.5888

#acf972 color RGB value is (172,249,114).

#acf972 hex color red value is 172, green value is 249 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #acf972 hue: 0.26 , saturation: 0.92 and the lightness value of acf972 is 0.71.

The process color (four color CMYK) of #acf972 color hex is 0.31, 0.00, 0.54, 0.02. Web safe color of #acf972 is #99ff66. Color #acf972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01110010
Octal 254 371 162
Decimal 172 249 114
Hex AC F9 72

RGB Percentages of Color #acf972

%32.15
%46.54
%21.31

CMYK Percentages of Color #acf972

%31
%0
%54
%2

Triadic Colors of #acf972

#acf972 #72acf9 #f972ac

Analogous Colors of #acf972

#acf972 #72f97c #f0f972

Monochromatic Colors of #acf972

#acf972

Complementary Color

#acf972 #bf72f9

#acf972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf972 Color CSS Codes

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

#acf972 Text Font Color

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

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


#acf972 Background Color

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

This div background color is #acf972


#acf972 Border Color

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

This div border color is #acf972


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,249,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf972


Comments

No comments written yet.

Please login to write comment.