Color Hex Logo

#aba721 Color Hex

#ABA721
(171,167,33)
0 Favorites   0 Comments

Color spaces of #aba721

RGB 17116733
HSL0.160.680.40
HSV58°81°67°
CMYK 0.000.020.81   0.33
XYZ30.887836.40526.8378
Yxy36.40520.41670.4911
Hunter Lab60.3367-14.210935.5165
CIE-Lab66.8284-13.260863.3109

#aba721 color RGB value is (171,167,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00100001
Octal 253 247 41
Decimal 171 167 33
Hex AB A7 21

RGB Percentages of Color #aba721

%46.09
%45.01
%8.89

CMYK Percentages of Color #aba721

%0
%2
%81
%33

Triadic Colors of #aba721

#aba721 #21aba7 #a721ab

Analogous Colors of #aba721

#aba721 #6aab21 #ab6221

Monochromatic Colors of #aba721

#aba721

Complementary Color

#aba721 #2125ab

#aba721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba721 Color CSS Codes

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

#aba721 Text Font Color

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

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


#aba721 Background Color

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

This div background color is #aba721


#aba721 Border Color

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

This div border color is #aba721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba721


Comments

No comments written yet.

Please login to write comment.