Color Hex Logo

#acaf2f Color Hex

#ACAF2F
(172,175,47)
0 Favorites   0 Comments

Color spaces of #acaf2f

RGB 17217547
HSL0.170.580.44
HSV61°73°69°
CMYK 0.020.000.73   0.31
XYZ32.856339.63588.6081
Yxy39.63580.40510.4887
Hunter Lab62.9570-17.018235.9632
CIE-Lab69.2093-16.370861.0748

#acaf2f color RGB value is (172,175,47).

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

The process color (four color CMYK) of #acaf2f color hex is 0.02, 0.00, 0.73, 0.31. Web safe color of #acaf2f is #999933. Color #acaf2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 00101111
Octal 254 257 57
Decimal 172 175 47
Hex AC AF 2F

RGB Percentages of Color #acaf2f

%43.65
%44.42
%11.93

CMYK Percentages of Color #acaf2f

%2
%0
%73
%31

Triadic Colors of #acaf2f

#acaf2f #2facaf #af2fac

Analogous Colors of #acaf2f

#acaf2f #6caf2f #af722f

Monochromatic Colors of #acaf2f

#acaf2f

Complementary Color

#acaf2f #322faf

#acaf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaf2f Color CSS Codes

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

#acaf2f Text Font Color

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

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


#acaf2f Background Color

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

This div background color is #acaf2f


#acaf2f Border Color

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

This div border color is #acaf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaf2f


Comments

No comments written yet.

Please login to write comment.