Color Hex Logo

#aba66b Color Hex

#ABA66B
(171,166,107)
0 Favorites   0 Comments

Color spaces of #aba66b

RGB 171166107
HSL0.150.280.55
HSV55°37°67°
CMYK 0.000.030.37   0.33
XYZ33.084636.991919.3063
Yxy36.99190.37010.4139
Hunter Lab60.8210-9.338623.7543
CIE-Lab67.2710-7.204831.2111

#aba66b color RGB value is (171,166,107).

#aba66b hex color red value is 171, green value is 166 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aba66b hue: 0.15 , saturation: 0.28 and the lightness value of aba66b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01101011
Octal 253 246 153
Decimal 171 166 107
Hex AB A6 6B

RGB Percentages of Color #aba66b

%38.51
%37.39
%24.10

CMYK Percentages of Color #aba66b

%0
%3
%37
%33

Triadic Colors of #aba66b

#aba66b #6baba6 #a66bab

Analogous Colors of #aba66b

#aba66b #90ab6b #ab866b

Monochromatic Colors of #aba66b

#aba66b

Complementary Color

#aba66b #6b70ab

#aba66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba66b Color CSS Codes

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

#aba66b Text Font Color

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

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


#aba66b Background Color

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

This div background color is #aba66b


#aba66b Border Color

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

This div border color is #aba66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba66b


Comments

No comments written yet.

Please login to write comment.