Color Hex Logo

#a2ae3c Color Hex

#A2AE3C
(162,174,60)
0 Favorites   0 Comments

Color spaces of #a2ae3c

RGB 16217460
HSL0.180.490.46
HSV66°66°68°
CMYK 0.070.000.66   0.32
XYZ30.852038.279710.0376
Yxy38.27970.38970.4835
Hunter Lab61.8706-19.263833.6905
CIE-Lab68.2263-19.419054.8694

#a2ae3c color RGB value is (162,174,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101110 00111100
Octal 242 256 74
Decimal 162 174 60
Hex A2 AE 3C

RGB Percentages of Color #a2ae3c

%40.91
%43.94
%15.15

CMYK Percentages of Color #a2ae3c

%7
%0
%66
%32

Triadic Colors of #a2ae3c

#a2ae3c #3ca2ae #ae3ca2

Analogous Colors of #a2ae3c

#a2ae3c #69ae3c #ae813c

Monochromatic Colors of #a2ae3c

#a2ae3c

Complementary Color

#a2ae3c #483cae

#a2ae3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ae3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ae3c Color CSS Codes

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

#a2ae3c Text Font Color

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

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


#a2ae3c Background Color

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

This div background color is #a2ae3c


#a2ae3c Border Color

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

This div border color is #a2ae3c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,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 #a2ae3c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ae3c


Comments

No comments written yet.

Please login to write comment.