Color Hex Logo

#acae3f Color Hex

#ACAE3F
(172,174,63)
0 Favorites   0 Comments

Color spaces of #acae3f

RGB 17217463
HSL0.170.470.46
HSV61°64°68°
CMYK 0.010.000.64   0.32
XYZ33.046539.401610.5662
Yxy39.40160.39810.4746
Hunter Lab62.7707-15.874933.9592
CIE-Lab69.0412-14.970254.7155

#acae3f color RGB value is (172,174,63).

#acae3f hex color red value is 172, green value is 174 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #acae3f hue: 0.17 , saturation: 0.47 and the lightness value of acae3f is 0.46.

The process color (four color CMYK) of #acae3f color hex is 0.01, 0.00, 0.64, 0.32. Web safe color of #acae3f is #999933. Color #acae3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 00111111
Octal 254 256 77
Decimal 172 174 63
Hex AC AE 3F

RGB Percentages of Color #acae3f

%42.05
%42.54
%15.40

CMYK Percentages of Color #acae3f

%1
%0
%64
%32

Triadic Colors of #acae3f

#acae3f #3facae #ae3fac

Analogous Colors of #acae3f

#acae3f #75ae3f #ae793f

Monochromatic Colors of #acae3f

#acae3f

Complementary Color

#acae3f #413fae

#acae3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae3f Color CSS Codes

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

#acae3f Text Font Color

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

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


#acae3f Background Color

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

This div background color is #acae3f


#acae3f Border Color

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

This div border color is #acae3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae3f


Comments

No comments written yet.

Please login to write comment.