Color Hex Logo

#abaa3f Color Hex

#ABAA3F
(171,170,63)
0 Favorites   0 Comments

Color spaces of #abaa3f

RGB 17117063
HSL0.170.460.46
HSV59°63°67°
CMYK 0.000.010.63   0.33
XYZ32.066537.766310.3022
Yxy37.76630.40020.4713
Hunter Lab61.4543-14.404733.0786
CIE-Lab67.8480-13.337653.4302

#abaa3f color RGB value is (171,170,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00111111
Octal 253 252 77
Decimal 171 170 63
Hex AB AA 3F

RGB Percentages of Color #abaa3f

%42.33
%42.08
%15.59

CMYK Percentages of Color #abaa3f

%0
%1
%63
%33

Triadic Colors of #abaa3f

#abaa3f #3fabaa #aa3fab

Analogous Colors of #abaa3f

#abaa3f #76ab3f #ab743f

Monochromatic Colors of #abaa3f

#abaa3f

Complementary Color

#abaa3f #3f40ab

#abaa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa3f Color CSS Codes

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

#abaa3f Text Font Color

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

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


#abaa3f Background Color

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

This div background color is #abaa3f


#abaa3f Border Color

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

This div border color is #abaa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa3f


Comments

No comments written yet.

Please login to write comment.