Color Hex Logo

#acaf4e Color Hex

#ACAF4E
(172,175,78)
0 Favorites   0 Comments

Color spaces of #acaf4e

RGB 17217578
HSL0.170.380.50
HSV62°55°69°
CMYK 0.020.000.55   0.31
XYZ33.718439.980713.1476
Yxy39.98070.38830.4604
Hunter Lab63.2303-15.465531.9329
CIE-Lab69.4558-14.390448.4840

#acaf4e color RGB value is (172,175,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 01001110
Octal 254 257 116
Decimal 172 175 78
Hex AC AF 4E

RGB Percentages of Color #acaf4e

%40.47
%41.18
%18.35

CMYK Percentages of Color #acaf4e

%2
%0
%55
%31

Triadic Colors of #acaf4e

#acaf4e #4eacaf #af4eac

Analogous Colors of #acaf4e

#acaf4e #7caf4e #af824e

Monochromatic Colors of #acaf4e

#acaf4e

Complementary Color

#acaf4e #514eaf

#acaf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaf4e Color CSS Codes

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

#acaf4e Text Font Color

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

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


#acaf4e Background Color

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

This div background color is #acaf4e


#acaf4e Border Color

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

This div border color is #acaf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaf4e


Comments

No comments written yet.

Please login to write comment.