Color Hex Logo

#aba15d Color Hex

#ABA15D
(171,161,93)
0 Favorites   0 Comments

Color spaces of #aba15d

RGB 17116193
HSL0.150.320.52
HSV52°46°67°
CMYK 0.000.060.46   0.33
XYZ31.515234.938015.4386
Yxy34.93800.38480.4266
Hunter Lab59.1084-8.267625.8898
CIE-Lab65.7004-6.086836.5719

#aba15d color RGB value is (171,161,93).

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

The process color (four color CMYK) of #aba15d color hex is 0.00, 0.06, 0.46, 0.33. Web safe color of #aba15d is #999966. Color #aba15d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01011101
Octal 253 241 135
Decimal 171 161 93
Hex AB A1 5D

RGB Percentages of Color #aba15d

%40.24
%37.88
%21.88

CMYK Percentages of Color #aba15d

%0
%6
%46
%33

Triadic Colors of #aba15d

#aba15d #5daba1 #a15dab

Analogous Colors of #aba15d

#aba15d #8eab5d #ab7a5d

Monochromatic Colors of #aba15d

#aba15d

Complementary Color

#aba15d #5d67ab

#aba15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba15d Color CSS Codes

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

#aba15d Text Font Color

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

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


#aba15d Background Color

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

This div background color is #aba15d


#aba15d Border Color

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

This div border color is #aba15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba15d


Comments

No comments written yet.

Please login to write comment.