Color Hex Logo

#aba221 Color Hex

#ABA221
(171,162,33)
0 Favorites   0 Comments

Color spaces of #aba221

RGB 17116233
HSL0.160.680.40
HSV56°81°67°
CMYK 0.000.050.81   0.33
XYZ29.989434.60846.5383
Yxy34.60840.42160.4865
Hunter Lab58.8289-11.956134.5907
CIE-Lab65.4426-10.653562.0997

#aba221 color RGB value is (171,162,33).

#aba221 hex color red value is 171, green value is 162 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #aba221 hue: 0.16 , saturation: 0.68 and the lightness value of aba221 is 0.40.

The process color (four color CMYK) of #aba221 color hex is 0.00, 0.05, 0.81, 0.33. Web safe color of #aba221 is #999933. Color #aba221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 00100001
Octal 253 242 41
Decimal 171 162 33
Hex AB A2 21

RGB Percentages of Color #aba221

%46.72
%44.26
%9.02

CMYK Percentages of Color #aba221

%0
%5
%81
%33

Triadic Colors of #aba221

#aba221 #21aba2 #a221ab

Analogous Colors of #aba221

#aba221 #6fab21 #ab5d21

Monochromatic Colors of #aba221

#aba221

Complementary Color

#aba221 #212aab

#aba221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba221 Color CSS Codes

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

#aba221 Text Font Color

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

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


#aba221 Background Color

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

This div background color is #aba221


#aba221 Border Color

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

This div border color is #aba221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba221


Comments

No comments written yet.

Please login to write comment.