Color Hex Logo

#aba37b Color Hex

#ABA37B
(171,163,123)
0 Favorites   0 Comments

Color spaces of #aba37b

RGB 171163123
HSL0.140.220.58
HSV50°28°67°
CMYK 0.000.050.28   0.33
XYZ33.466936.282423.9782
Yxy36.28240.35710.3871
Hunter Lab60.2349-6.235218.5623
CIE-Lab66.7351-3.545721.8704

#aba37b color RGB value is (171,163,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 01111011
Octal 253 243 173
Decimal 171 163 123
Hex AB A3 7B

RGB Percentages of Color #aba37b

%37.42
%35.67
%26.91

CMYK Percentages of Color #aba37b

%0
%5
%28
%33

Triadic Colors of #aba37b

#aba37b #7baba3 #a37bab

Analogous Colors of #aba37b

#aba37b #9bab7b #ab8b7b

Monochromatic Colors of #aba37b

#aba37b

Complementary Color

#aba37b #7b83ab

#aba37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba37b Color CSS Codes

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

#aba37b Text Font Color

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

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


#aba37b Background Color

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

This div background color is #aba37b


#aba37b Border Color

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

This div border color is #aba37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba37b


Comments

No comments written yet.

Please login to write comment.