Color Hex Logo

#aba846 Color Hex

#ABA846
(171,168,70)
0 Favorites   0 Comments

Color spaces of #aba846

RGB 17116870
HSL0.160.420.47
HSV58°59°67°
CMYK 0.000.020.59   0.33
XYZ31.902737.105411.2750
Yxy37.10540.39740.4622
Hunter Lab60.9142-13.113731.6656
CIE-Lab67.3560-11.810749.7993

#aba846 color RGB value is (171,168,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01000110
Octal 253 250 106
Decimal 171 168 70
Hex AB A8 46

RGB Percentages of Color #aba846

%41.81
%41.08
%17.11

CMYK Percentages of Color #aba846

%0
%2
%59
%33

Triadic Colors of #aba846

#aba846 #46aba8 #a846ab

Analogous Colors of #aba846

#aba846 #7cab46 #ab7646

Monochromatic Colors of #aba846

#aba846

Complementary Color

#aba846 #4649ab

#aba846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba846 Color CSS Codes

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

#aba846 Text Font Color

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

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


#aba846 Background Color

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

This div background color is #aba846


#aba846 Border Color

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

This div border color is #aba846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba846


Comments

No comments written yet.

Please login to write comment.