Color Hex Logo

#abaa54 Color Hex

#ABAA54
(171,170,84)
0 Favorites   0 Comments

Color spaces of #abaa54

RGB 17117084
HSL0.160.340.50
HSV59°51°67°
CMYK 0.000.010.51   0.33
XYZ32.769538.047514.0043
Yxy38.04750.38630.4486
Hunter Lab61.6827-13.114829.7168
CIE-Lab68.0556-11.707143.9679

#abaa54 color RGB value is (171,170,84).

#abaa54 hex color red value is 171, green value is 170 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #abaa54 hue: 0.16 , saturation: 0.34 and the lightness value of abaa54 is 0.50.

The process color (four color CMYK) of #abaa54 color hex is 0.00, 0.01, 0.51, 0.33. Web safe color of #abaa54 is #999966. Color #abaa54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 01010100
Octal 253 252 124
Decimal 171 170 84
Hex AB AA 54

RGB Percentages of Color #abaa54

%40.24
%40.00
%19.76

CMYK Percentages of Color #abaa54

%0
%1
%51
%33

Triadic Colors of #abaa54

#abaa54 #54abaa #aa54ab

Analogous Colors of #abaa54

#abaa54 #81ab54 #ab7f54

Monochromatic Colors of #abaa54

#abaa54

Complementary Color

#abaa54 #5455ab

#abaa54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa54 Color CSS Codes

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

#abaa54 Text Font Color

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

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


#abaa54 Background Color

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

This div background color is #abaa54


#abaa54 Border Color

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

This div border color is #abaa54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa54


Comments

No comments written yet.

Please login to write comment.