Color Hex Logo

#aba698 Color Hex

#ABA698
(171,166,152)
0 Favorites   0 Comments

Color spaces of #aba698

RGB 171166152
HSL0.120.100.63
HSV44°11°67°
CMYK 0.000.030.11   0.33
XYZ36.098338.197435.1760
Yxy38.19740.32980.3489
Hunter Lab61.8040-3.89949.5177
CIE-Lab68.1659-0.69147.8805

#aba698 color RGB value is (171,166,152).

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

The process color (four color CMYK) of #aba698 color hex is 0.00, 0.03, 0.11, 0.33. Web safe color of #aba698 is #999999. Color #aba698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10011000
Octal 253 246 230
Decimal 171 166 152
Hex AB A6 98

RGB Percentages of Color #aba698

%34.97
%33.95
%31.08

CMYK Percentages of Color #aba698

%0
%3
%11
%33

Triadic Colors of #aba698

#aba698 #98aba6 #a698ab

Analogous Colors of #aba698

#aba698 #a7ab98 #ab9d98

Monochromatic Colors of #aba698

#aba698

Complementary Color

#aba698 #989dab

#aba698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba698 Color CSS Codes

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

#aba698 Text Font Color

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

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


#aba698 Background Color

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

This div background color is #aba698


#aba698 Border Color

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

This div border color is #aba698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba698


Comments

No comments written yet.

Please login to write comment.