Color Hex Logo

#aba55f Color Hex

#ABA55F
(171,165,95)
0 Favorites   0 Comments

Color spaces of #aba55f

RGB 17116595
HSL0.150.310.52
HSV55°44°67°
CMYK 0.000.040.44   0.33
XYZ32.315336.394416.1481
Yxy36.39440.38080.4289
Hunter Lab60.3278-9.957926.3591
CIE-Lab66.8202-8.009436.9289

#aba55f color RGB value is (171,165,95).

#aba55f hex color red value is 171, green value is 165 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aba55f hue: 0.15 , saturation: 0.31 and the lightness value of aba55f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 01011111
Octal 253 245 137
Decimal 171 165 95
Hex AB A5 5F

RGB Percentages of Color #aba55f

%39.68
%38.28
%22.04

CMYK Percentages of Color #aba55f

%0
%4
%44
%33

Triadic Colors of #aba55f

#aba55f #5faba5 #a55fab

Analogous Colors of #aba55f

#aba55f #8bab5f #ab7f5f

Monochromatic Colors of #aba55f

#aba55f

Complementary Color

#aba55f #5f65ab

#aba55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba55f Color CSS Codes

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

#aba55f Text Font Color

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

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


#aba55f Background Color

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

This div background color is #aba55f


#aba55f Border Color

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

This div border color is #aba55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba55f


Comments

No comments written yet.

Please login to write comment.