Color Hex Logo

#aba795 Color Hex

#ABA795
(171,167,149)
0 Favorites   0 Comments

Color spaces of #aba795

RGB 171167149
HSL0.140.120.63
HSV49°13°67°
CMYK 0.000.020.13   0.33
XYZ36.038138.465333.9589
Yxy38.46530.33230.3546
Hunter Lab62.0204-4.815010.9504
CIE-Lab68.3622-1.73909.8203

#aba795 color RGB value is (171,167,149).

#aba795 hex color red value is 171, green value is 167 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aba795 hue: 0.14 , saturation: 0.12 and the lightness value of aba795 is 0.63.

The process color (four color CMYK) of #aba795 color hex is 0.00, 0.02, 0.13, 0.33. Web safe color of #aba795 is #999999. Color #aba795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 10010101
Octal 253 247 225
Decimal 171 167 149
Hex AB A7 95

RGB Percentages of Color #aba795

%35.11
%34.29
%30.60

CMYK Percentages of Color #aba795

%0
%2
%13
%33

Triadic Colors of #aba795

#aba795 #95aba7 #a795ab

Analogous Colors of #aba795

#aba795 #a4ab95 #ab9c95

Monochromatic Colors of #aba795

#aba795

Complementary Color

#aba795 #9599ab

#aba795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba795 Color CSS Codes

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

#aba795 Text Font Color

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

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


#aba795 Background Color

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

This div background color is #aba795


#aba795 Border Color

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

This div border color is #aba795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba795

#aba795 Color Palettes


Comments

No comments written yet.

Please login to write comment.