Color Hex Logo

#abaa52 Color Hex

#ABAA52
(171,170,82)
0 Favorites   0 Comments

Color spaces of #abaa52

RGB 17117082
HSL0.160.350.50
HSV59°52°67°
CMYK 0.000.010.52   0.33
XYZ32.692338.016613.5975
Yxy38.01660.38780.4509
Hunter Lab61.6576-13.255930.0850
CIE-Lab68.0328-11.884644.9158

#abaa52 color RGB value is (171,170,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 01010010
Octal 253 252 122
Decimal 171 170 82
Hex AB AA 52

RGB Percentages of Color #abaa52

%40.43
%40.19
%19.39

CMYK Percentages of Color #abaa52

%0
%1
%52
%33

Triadic Colors of #abaa52

#abaa52 #52abaa #aa52ab

Analogous Colors of #abaa52

#abaa52 #80ab52 #ab7e52

Monochromatic Colors of #abaa52

#abaa52

Complementary Color

#abaa52 #5253ab

#abaa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa52 Color CSS Codes

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

#abaa52 Text Font Color

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

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


#abaa52 Background Color

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

This div background color is #abaa52


#abaa52 Border Color

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

This div border color is #abaa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa52


Comments

No comments written yet.

Please login to write comment.