Color Hex Logo

#abaa3e Color Hex

#ABAA3E
(171,170,62)
0 Favorites   0 Comments

Color spaces of #abaa3e

RGB 17117062
HSL0.170.470.46
HSV59°64°67°
CMYK 0.000.010.64   0.33
XYZ32.038837.755210.1563
Yxy37.75520.40070.4722
Hunter Lab61.4453-14.455733.2116
CIE-Lab67.8398-13.402553.8484

#abaa3e color RGB value is (171,170,62).

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

The process color (four color CMYK) of #abaa3e color hex is 0.00, 0.01, 0.64, 0.33. Web safe color of #abaa3e is #999933. Color #abaa3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00111110
Octal 253 252 76
Decimal 171 170 62
Hex AB AA 3E

RGB Percentages of Color #abaa3e

%42.43
%42.18
%15.38

CMYK Percentages of Color #abaa3e

%0
%1
%64
%33

Triadic Colors of #abaa3e

#abaa3e #3eabaa #aa3eab

Analogous Colors of #abaa3e

#abaa3e #76ab3e #ab743e

Monochromatic Colors of #abaa3e

#abaa3e

Complementary Color

#abaa3e #3e3fab

#abaa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa3e Color CSS Codes

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

#abaa3e Text Font Color

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

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


#abaa3e Background Color

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

This div background color is #abaa3e


#abaa3e Border Color

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

This div border color is #abaa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa3e


Comments

No comments written yet.

Please login to write comment.