Color Hex Logo

#ab998a Color Hex

#AB998A
(171,153,138)
0 Favorites   0 Comments

Color spaces of #ab998a

RGB 171153138
HSL0.080.160.61
HSV27°19°67°
CMYK 0.000.110.19   0.33
XYZ32.773333.275428.7402
Yxy33.27540.34580.3510
Hunter Lab57.68480.465310.8394
CIE-Lab64.38334.135410.2978

#ab998a color RGB value is (171,153,138).

#ab998a hex color red value is 171, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ab998a hue: 0.08 , saturation: 0.16 and the lightness value of ab998a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 10001010
Octal 253 231 212
Decimal 171 153 138
Hex AB 99 8A

RGB Percentages of Color #ab998a

%37.01
%33.12
%29.87

CMYK Percentages of Color #ab998a

%0
%11
%19
%33

Triadic Colors of #ab998a

#ab998a #8aab99 #998aab

Analogous Colors of #ab998a

#ab998a #abaa8a #ab8a8c

Monochromatic Colors of #ab998a

#ab998a

Complementary Color

#ab998a #8a9cab

#ab998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab998a Color CSS Codes

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

#ab998a Text Font Color

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

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


#ab998a Background Color

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

This div background color is #ab998a


#ab998a Border Color

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

This div border color is #ab998a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab998a


Comments

No comments written yet.

Please login to write comment.