Color Hex Logo

#aba07b Color Hex

#ABA07B
(171,160,123)
0 Favorites   0 Comments

Color spaces of #aba07b

RGB 171160123
HSL0.130.220.58
HSV46°28°67°
CMYK 0.000.060.28   0.33
XYZ32.940535.229623.8027
Yxy35.22960.35820.3830
Hunter Lab59.3545-4.806717.7713
CIE-Lab65.9270-1.923420.7725

#aba07b color RGB value is (171,160,123).

#aba07b hex color red value is 171, green value is 160 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aba07b hue: 0.13 , saturation: 0.22 and the lightness value of aba07b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01111011
Octal 253 240 173
Decimal 171 160 123
Hex AB A0 7B

RGB Percentages of Color #aba07b

%37.67
%35.24
%27.09

CMYK Percentages of Color #aba07b

%0
%6
%28
%33

Triadic Colors of #aba07b

#aba07b #7baba0 #a07bab

Analogous Colors of #aba07b

#aba07b #9eab7b #ab887b

Monochromatic Colors of #aba07b

#aba07b

Complementary Color

#aba07b #7b86ab

#aba07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba07b Color CSS Codes

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

#aba07b Text Font Color

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

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


#aba07b Background Color

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

This div background color is #aba07b


#aba07b Border Color

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

This div border color is #aba07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba07b


Comments

No comments written yet.

Please login to write comment.