Color Hex Logo

#aba622 Color Hex

#ABA622
(171,166,34)
0 Favorites   0 Comments

Color spaces of #aba622

RGB 17116634
HSL0.160.670.40
HSV58°80°67°
CMYK 0.000.030.80   0.33
XYZ30.719536.04596.8518
Yxy36.04590.41730.4896
Hunter Lab60.0382-13.734635.2604
CIE-Lab66.5550-12.707962.7853

#aba622 color RGB value is (171,166,34).

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

The process color (four color CMYK) of #aba622 color hex is 0.00, 0.03, 0.80, 0.33. Web safe color of #aba622 is #999933. Color #aba622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 00100010
Octal 253 246 42
Decimal 171 166 34
Hex AB A6 22

RGB Percentages of Color #aba622

%46.09
%44.74
%9.16

CMYK Percentages of Color #aba622

%0
%3
%80
%33

Triadic Colors of #aba622

#aba622 #22aba6 #a622ab

Analogous Colors of #aba622

#aba622 #6cab22 #ab6222

Monochromatic Colors of #aba622

#aba622

Complementary Color

#aba622 #2227ab

#aba622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba622 Color CSS Codes

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

#aba622 Text Font Color

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

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


#aba622 Background Color

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

This div background color is #aba622


#aba622 Border Color

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

This div border color is #aba622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba622


Comments

No comments written yet.

Please login to write comment.