Color Hex Logo

#acae3c Color Hex

#ACAE3C
(172,174,60)
0 Favorites   0 Comments

Color spaces of #acae3c

RGB 17217460
HSL0.170.490.46
HSV61°66°68°
CMYK 0.010.000.66   0.32
XYZ32.964939.369010.1365
Yxy39.36900.39970.4774
Hunter Lab62.7447-16.022734.3429
CIE-Lab69.0177-15.158755.9382

#acae3c color RGB value is (172,174,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 00111100
Octal 254 256 74
Decimal 172 174 60
Hex AC AE 3C

RGB Percentages of Color #acae3c

%42.36
%42.86
%14.78

CMYK Percentages of Color #acae3c

%1
%0
%66
%32

Triadic Colors of #acae3c

#acae3c #3cacae #ae3cac

Analogous Colors of #acae3c

#acae3c #73ae3c #ae773c

Monochromatic Colors of #acae3c

#acae3c

Complementary Color

#acae3c #3e3cae

#acae3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acae3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acae3c Color CSS Codes

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

#acae3c Text Font Color

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

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


#acae3c Background Color

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

This div background color is #acae3c


#acae3c Border Color

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

This div border color is #acae3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acae3c


Comments

No comments written yet.

Please login to write comment.