Color Hex Logo

#aba25e Color Hex

#ABA25E
(171,162,94)
0 Favorites   0 Comments

Color spaces of #aba25e

RGB 17116294
HSL0.150.310.52
HSV53°45°67°
CMYK 0.000.050.45   0.33
XYZ31.735335.306715.7319
Yxy35.30670.38340.4265
Hunter Lab59.4194-8.649025.8960
CIE-Lab65.9868-6.517536.4094

#aba25e color RGB value is (171,162,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01011110
Octal 253 242 136
Decimal 171 162 94
Hex AB A2 5E

RGB Percentages of Color #aba25e

%40.05
%37.94
%22.01

CMYK Percentages of Color #aba25e

%0
%5
%45
%33

Triadic Colors of #aba25e

#aba25e #5eaba2 #a25eab

Analogous Colors of #aba25e

#aba25e #8eab5e #ab7c5e

Monochromatic Colors of #aba25e

#aba25e

Complementary Color

#aba25e #5e67ab

#aba25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba25e Color CSS Codes

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

#aba25e Text Font Color

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

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


#aba25e Background Color

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

This div background color is #aba25e


#aba25e Border Color

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

This div border color is #aba25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba25e


Comments

No comments written yet.

Please login to write comment.