Color Hex Logo

#aba25f Color Hex

#ABA25F
(171,162,95)
0 Favorites   0 Comments

Color spaces of #aba25f

RGB 17116295
HSL0.150.310.52
HSV53°44°67°
CMYK 0.000.050.44   0.33
XYZ31.780535.324815.9698
Yxy35.32480.38260.4252
Hunter Lab59.4347-8.564425.6733
CIE-Lab66.0008-6.413235.9072

#aba25f color RGB value is (171,162,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01011111
Octal 253 242 137
Decimal 171 162 95
Hex AB A2 5F

RGB Percentages of Color #aba25f

%39.95
%37.85
%22.20

CMYK Percentages of Color #aba25f

%0
%5
%44
%33

Triadic Colors of #aba25f

#aba25f #5faba2 #a25fab

Analogous Colors of #aba25f

#aba25f #8eab5f #ab7c5f

Monochromatic Colors of #aba25f

#aba25f

Complementary Color

#aba25f #5f68ab

#aba25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba25f Color CSS Codes

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

#aba25f Text Font Color

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

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


#aba25f Background Color

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

This div background color is #aba25f


#aba25f Border Color

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

This div border color is #aba25f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,162,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 #aba25f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba25f


Comments

No comments written yet.

Please login to write comment.