Color Hex Logo

#aba67b Color Hex

#ABA67B
(171,166,123)
0 Favorites   0 Comments

Color spaces of #aba67b

RGB 171166123
HSL0.150.220.58
HSV54°28°67°
CMYK 0.000.030.28   0.33
XYZ34.006037.360424.1579
Yxy37.36040.35600.3911
Hunter Lab61.1232-7.656719.3528
CIE-Lab67.5465-5.157422.9684

#aba67b color RGB value is (171,166,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01111011
Octal 253 246 173
Decimal 171 166 123
Hex AB A6 7B

RGB Percentages of Color #aba67b

%37.17
%36.09
%26.74

CMYK Percentages of Color #aba67b

%0
%3
%28
%33

Triadic Colors of #aba67b

#aba67b #7baba6 #a67bab

Analogous Colors of #aba67b

#aba67b #98ab7b #ab8e7b

Monochromatic Colors of #aba67b

#aba67b

Complementary Color

#aba67b #7b80ab

#aba67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba67b Color CSS Codes

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

#aba67b Text Font Color

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

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


#aba67b Background Color

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

This div background color is #aba67b


#aba67b Border Color

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

This div border color is #aba67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba67b


Comments

No comments written yet.

Please login to write comment.