Color Hex Logo

#aba251 Color Hex

#ABA251
(171,162,81)
0 Favorites   0 Comments

Color spaces of #aba251

RGB 17116281
HSL0.150.360.49
HSV54°53°67°
CMYK 0.000.050.53   0.33
XYZ31.200135.092712.9137
Yxy35.09270.39390.4431
Hunter Lab59.2391-9.655928.5426
CIE-Lab65.8208-7.763042.8065

#aba251 color RGB value is (171,162,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01010001
Octal 253 242 121
Decimal 171 162 81
Hex AB A2 51

RGB Percentages of Color #aba251

%41.30
%39.13
%19.57

CMYK Percentages of Color #aba251

%0
%5
%53
%33

Triadic Colors of #aba251

#aba251 #51aba2 #a251ab

Analogous Colors of #aba251

#aba251 #87ab51 #ab7551

Monochromatic Colors of #aba251

#aba251

Complementary Color

#aba251 #515aab

#aba251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba251 Color CSS Codes

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

#aba251 Text Font Color

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

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


#aba251 Background Color

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

This div background color is #aba251


#aba251 Border Color

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

This div border color is #aba251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba251


Comments

No comments written yet.

Please login to write comment.