Color Hex Logo

#acaf70 Color Hex

#ACAF70
(172,175,112)
0 Favorites   0 Comments

Color spaces of #acaf70

RGB 172175112
HSL0.170.280.56
HSV63°36°69°
CMYK 0.020.000.36   0.31
XYZ35.267940.600521.3071
Yxy40.60050.36290.4178
Hunter Lab63.7185-12.708524.7767
CIE-Lab69.8951-10.943231.9810

#acaf70 color RGB value is (172,175,112).

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

The process color (four color CMYK) of #acaf70 color hex is 0.02, 0.00, 0.36, 0.31. Web safe color of #acaf70 is #999966. Color #acaf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 01110000
Octal 254 257 160
Decimal 172 175 112
Hex AC AF 70

RGB Percentages of Color #acaf70

%37.47
%38.13
%24.40

CMYK Percentages of Color #acaf70

%2
%0
%36
%31

Triadic Colors of #acaf70

#acaf70 #70acaf #af70ac

Analogous Colors of #acaf70

#acaf70 #8daf70 #af9370

Monochromatic Colors of #acaf70

#acaf70

Complementary Color

#acaf70 #7370af

#acaf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaf70 Color CSS Codes

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

#acaf70 Text Font Color

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

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


#acaf70 Background Color

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

This div background color is #acaf70


#acaf70 Border Color

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

This div border color is #acaf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaf70


Comments

No comments written yet.

Please login to write comment.