Color Hex Logo

#aba295 Color Hex

#ABA295
(171,162,149)
0 Favorites   0 Comments

Color spaces of #aba295

RGB 171162149
HSL0.100.120.63
HSV35°13°67°
CMYK 0.000.050.13   0.33
XYZ35.139736.668533.6594
Yxy36.66850.33320.3477
Hunter Lab60.5545-2.38719.4317
CIE-Lab67.02760.98107.9192

#aba295 color RGB value is (171,162,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 10010101
Octal 253 242 225
Decimal 171 162 149
Hex AB A2 95

RGB Percentages of Color #aba295

%35.48
%33.61
%30.91

CMYK Percentages of Color #aba295

%0
%5
%13
%33

Triadic Colors of #aba295

#aba295 #95aba2 #a295ab

Analogous Colors of #aba295

#aba295 #a9ab95 #ab9795

Monochromatic Colors of #aba295

#aba295

Complementary Color

#aba295 #959eab

#aba295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba295 Color CSS Codes

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

#aba295 Text Font Color

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

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


#aba295 Background Color

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

This div background color is #aba295


#aba295 Border Color

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

This div border color is #aba295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba295


Comments

No comments written yet.

Please login to write comment.