Color Hex Logo

#abaa2f Color Hex

#ABAA2F
(171,170,47)
0 Favorites   0 Comments

Color spaces of #abaa2f

RGB 17117047
HSL0.170.570.43
HSV60°73°67°
CMYK 0.000.010.73   0.33
XYZ31.682437.61268.2794
Yxy37.61260.40840.4849
Hunter Lab61.3291-15.113534.9263
CIE-Lab67.7341-14.242059.6381

#abaa2f color RGB value is (171,170,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00101111
Octal 253 252 57
Decimal 171 170 47
Hex AB AA 2F

RGB Percentages of Color #abaa2f

%44.07
%43.81
%12.11

CMYK Percentages of Color #abaa2f

%0
%1
%73
%33

Triadic Colors of #abaa2f

#abaa2f #2fabaa #aa2fab

Analogous Colors of #abaa2f

#abaa2f #6eab2f #ab6c2f

Monochromatic Colors of #abaa2f

#abaa2f

Complementary Color

#abaa2f #2f30ab

#abaa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa2f Color CSS Codes

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

#abaa2f Text Font Color

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

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


#abaa2f Background Color

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

This div background color is #abaa2f


#abaa2f Border Color

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

This div border color is #abaa2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,170,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa2f


Comments

No comments written yet.

Please login to write comment.