Color Hex Logo

#aba67d Color Hex

#ABA67D
(171,166,125)
0 Favorites   0 Comments

Color spaces of #aba67d

RGB 171166125
HSL0.150.210.58
HSV53°27°67°
CMYK 0.000.030.27   0.33
XYZ34.132537.411024.8241
Yxy37.41100.35420.3882
Hunter Lab61.1645-7.427118.7519
CIE-Lab67.5842-4.880421.9305

#aba67d color RGB value is (171,166,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01111101
Octal 253 246 175
Decimal 171 166 125
Hex AB A6 7D

RGB Percentages of Color #aba67d

%37.01
%35.93
%27.06

CMYK Percentages of Color #aba67d

%0
%3
%27
%33

Triadic Colors of #aba67d

#aba67d #7daba6 #a67dab

Analogous Colors of #aba67d

#aba67d #99ab7d #ab8f7d

Monochromatic Colors of #aba67d

#aba67d

Complementary Color

#aba67d #7d82ab

#aba67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba67d Color CSS Codes

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

#aba67d Text Font Color

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

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


#aba67d Background Color

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

This div background color is #aba67d


#aba67d Border Color

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

This div border color is #aba67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba67d


Comments

No comments written yet.

Please login to write comment.