Color Hex Logo

#aba555 Color Hex

#ABA555
(171,165,85)
0 Favorites   0 Comments

Color spaces of #aba555

RGB 17116585
HSL0.160.340.50
HSV56°50°67°
CMYK 0.000.040.50   0.33
XYZ31.889436.224113.9055
Yxy36.22410.38880.4417
Hunter Lab60.1865-10.749328.4321
CIE-Lab66.6908-8.991641.8527

#aba555 color RGB value is (171,165,85).

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

The process color (four color CMYK) of #aba555 color hex is 0.00, 0.04, 0.50, 0.33. Web safe color of #aba555 is #999966. Color #aba555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01010101
Octal 253 245 125
Decimal 171 165 85
Hex AB A5 55

RGB Percentages of Color #aba555

%40.62
%39.19
%20.19

CMYK Percentages of Color #aba555

%0
%4
%50
%33

Triadic Colors of #aba555

#aba555 #55aba5 #a555ab

Analogous Colors of #aba555

#aba555 #86ab55 #ab7a55

Monochromatic Colors of #aba555

#aba555

Complementary Color

#aba555 #555bab

#aba555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba555 Color CSS Codes

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

#aba555 Text Font Color

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

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


#aba555 Background Color

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

This div background color is #aba555


#aba555 Border Color

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

This div border color is #aba555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba555


Comments

No comments written yet.

Please login to write comment.