Color Hex Logo

#acae3e Color Hex

#ACAE3E
(172,174,62)
0 Favorites   0 Comments

Color spaces of #acae3e

RGB 17217462
HSL0.170.470.46
HSV61°64°68°
CMYK 0.010.000.64   0.32
XYZ33.018839.390610.4203
Yxy39.39060.39860.4756
Hunter Lab62.7619-15.925234.0895
CIE-Lab69.0333-15.034355.1269

#acae3e color RGB value is (172,174,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 00111110
Octal 254 256 76
Decimal 172 174 62
Hex AC AE 3E

RGB Percentages of Color #acae3e

%42.16
%42.65
%15.20

CMYK Percentages of Color #acae3e

%1
%0
%64
%32

Triadic Colors of #acae3e

#acae3e #3eacae #ae3eac

Analogous Colors of #acae3e

#acae3e #74ae3e #ae783e

Monochromatic Colors of #acae3e

#acae3e

Complementary Color

#acae3e #403eae

#acae3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae3e Color CSS Codes

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

#acae3e Text Font Color

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

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


#acae3e Background Color

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

This div background color is #acae3e


#acae3e Border Color

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

This div border color is #acae3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae3e


Comments

No comments written yet.

Please login to write comment.