Color Hex Logo

#aba198 Color Hex

#ABA198
(171,161,152)
0 Favorites   0 Comments

Color spaces of #aba198

RGB 171161152
HSL0.080.100.63
HSV28°11°67°
CMYK 0.000.060.11   0.33
XYZ35.207036.414734.8789
Yxy36.41470.33060.3419
Hunter Lab60.3446-1.46037.9719
CIE-Lab66.83562.03755.9743

#aba198 color RGB value is (171,161,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 10011000
Octal 253 241 230
Decimal 171 161 152
Hex AB A1 98

RGB Percentages of Color #aba198

%35.33
%33.26
%31.40

CMYK Percentages of Color #aba198

%0
%6
%11
%33

Triadic Colors of #aba198

#aba198 #98aba1 #a198ab

Analogous Colors of #aba198

#aba198 #abab98 #ab9899

Monochromatic Colors of #aba198

#aba198

Complementary Color

#aba198 #98a2ab

#aba198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba198 Color CSS Codes

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

#aba198 Text Font Color

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

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


#aba198 Background Color

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

This div background color is #aba198


#aba198 Border Color

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

This div border color is #aba198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba198

#aba198 Color Palettes


Comments

No comments written yet.

Please login to write comment.