Color Hex Logo

#aba662 Color Hex

#ABA662
(171,166,98)
0 Favorites   0 Comments

Color spaces of #aba662

RGB 17116698
HSL0.160.300.53
HSV56°43°67°
CMYK 0.000.030.43   0.33
XYZ32.635436.812216.9407
Yxy36.81220.37780.4261
Hunter Lab60.6731-10.164625.9166
CIE-Lab67.1359-8.221735.7688

#aba662 color RGB value is (171,166,98).

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

The process color (four color CMYK) of #aba662 color hex is 0.00, 0.03, 0.43, 0.33. Web safe color of #aba662 is #999966. Color #aba662 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01100010
Octal 253 246 142
Decimal 171 166 98
Hex AB A6 62

RGB Percentages of Color #aba662

%39.31
%38.16
%22.53

CMYK Percentages of Color #aba662

%0
%3
%43
%33

Triadic Colors of #aba662

#aba662 #62aba6 #a662ab

Analogous Colors of #aba662

#aba662 #8cab62 #ab8262

Monochromatic Colors of #aba662

#aba662

Complementary Color

#aba662 #6267ab

#aba662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba662 Color CSS Codes

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

#aba662 Text Font Color

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

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


#aba662 Background Color

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

This div background color is #aba662


#aba662 Border Color

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

This div border color is #aba662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba662


Comments

No comments written yet.

Please login to write comment.