Color Hex Logo

#ab908b Color Hex

#AB908B
(171,144,139)
0 Favorites   0 Comments

Color spaces of #ab908b

RGB 171144139
HSL0.030.160.61
HSV19°67°
CMYK 0.000.160.19   0.33
XYZ31.428030.468528.6507
Yxy30.46850.34710.3365
Hunter Lab55.19835.03487.8643
CIE-Lab62.05649.30066.4192

#ab908b color RGB value is (171,144,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 10001011
Octal 253 220 213
Decimal 171 144 139
Hex AB 90 8B

RGB Percentages of Color #ab908b

%37.67
%31.72
%30.62

CMYK Percentages of Color #ab908b

%0
%16
%19
%33

Triadic Colors of #ab908b

#ab908b #8bab90 #908bab

Analogous Colors of #ab908b

#ab908b #aba08b #ab8b96

Monochromatic Colors of #ab908b

#ab908b

Complementary Color

#ab908b #8ba6ab

#ab908b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab908b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab908b Color CSS Codes

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

#ab908b Text Font Color

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

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


#ab908b Background Color

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

This div background color is #ab908b


#ab908b Border Color

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

This div border color is #ab908b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab908b


Comments

No comments written yet.

Please login to write comment.