Color Hex Logo

#abaa37 Color Hex

#ABAA37
(171,170,55)
0 Favorites   0 Comments

Color spaces of #abaa37

RGB 17117055
HSL0.170.510.44
HSV59°68°67°
CMYK 0.000.010.68   0.33
XYZ31.858937.68329.2089
Yxy37.68320.40460.4785
Hunter Lab61.3866-14.787434.0763
CIE-Lab67.7865-13.825156.6693

#abaa37 color RGB value is (171,170,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 00110111
Octal 253 252 67
Decimal 171 170 55
Hex AB AA 37

RGB Percentages of Color #abaa37

%43.18
%42.93
%13.89

CMYK Percentages of Color #abaa37

%0
%1
%68
%33

Triadic Colors of #abaa37

#abaa37 #37abaa #aa37ab

Analogous Colors of #abaa37

#abaa37 #72ab37 #ab7037

Monochromatic Colors of #abaa37

#abaa37

Complementary Color

#abaa37 #3738ab

#abaa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa37 Color CSS Codes

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

#abaa37 Text Font Color

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

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


#abaa37 Background Color

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

This div background color is #abaa37


#abaa37 Border Color

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

This div border color is #abaa37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa37


Comments

No comments written yet.

Please login to write comment.