Color Hex Logo

#aba06a Color Hex

#ABA06A
(171,160,106)
0 Favorites   0 Comments

Color spaces of #aba06a

RGB 171160106
HSL0.140.280.54
HSV50°38°67°
CMYK 0.000.060.38   0.33
XYZ31.966934.840118.6757
Yxy34.84010.37400.4076
Hunter Lab59.0255-6.623022.5585
CIE-Lab65.6240-4.112029.6084

#aba06a color RGB value is (171,160,106).

#aba06a hex color red value is 171, green value is 160 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aba06a hue: 0.14 , saturation: 0.28 and the lightness value of aba06a is 0.54.

The process color (four color CMYK) of #aba06a color hex is 0.00, 0.06, 0.38, 0.33. Web safe color of #aba06a is #999966. Color #aba06a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01101010
Octal 253 240 152
Decimal 171 160 106
Hex AB A0 6A

RGB Percentages of Color #aba06a

%39.13
%36.61
%24.26

CMYK Percentages of Color #aba06a

%0
%6
%38
%33

Triadic Colors of #aba06a

#aba06a #6aaba0 #a06aab

Analogous Colors of #aba06a

#aba06a #96ab6a #ab806a

Monochromatic Colors of #aba06a

#aba06a

Complementary Color

#aba06a #6a75ab

#aba06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba06a Color CSS Codes

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

#aba06a Text Font Color

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

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


#aba06a Background Color

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

This div background color is #aba06a


#aba06a Border Color

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

This div border color is #aba06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba06a


Comments

No comments written yet.

Please login to write comment.