Color Hex Logo

#aba646 Color Hex

#ABA646
(171,166,70)
0 Favorites   0 Comments

Color spaces of #aba646

RGB 17116670
HSL0.160.420.47
HSV57°59°67°
CMYK 0.000.030.59   0.33
XYZ31.536336.372611.1528
Yxy36.37260.39890.4601
Hunter Lab60.3097-12.203331.2526
CIE-Lab66.8036-10.765149.1874

#aba646 color RGB value is (171,166,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01000110
Octal 253 246 106
Decimal 171 166 70
Hex AB A6 46

RGB Percentages of Color #aba646

%42.01
%40.79
%17.20

CMYK Percentages of Color #aba646

%0
%3
%59
%33

Triadic Colors of #aba646

#aba646 #46aba6 #a646ab

Analogous Colors of #aba646

#aba646 #7eab46 #ab7446

Monochromatic Colors of #aba646

#aba646

Complementary Color

#aba646 #464bab

#aba646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba646 Color CSS Codes

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

#aba646 Text Font Color

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

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


#aba646 Background Color

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

This div background color is #aba646


#aba646 Border Color

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

This div border color is #aba646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba646


Comments

No comments written yet.

Please login to write comment.