Color Hex Logo

#ab909b Color Hex

#AB909B
(171,144,155)
0 Favorites   0 Comments

Color spaces of #ab909b

RGB 171144155
HSL0.930.140.62
HSV336°16°67°
CMYK 0.000.160.09   0.33
XYZ32.684230.971035.2657
Yxy30.97100.33040.3131
Hunter Lab55.65167.44281.3848
CIE-Lab62.483112.0076-2.0339

#ab909b color RGB value is (171,144,155).

#ab909b hex color red value is 171, green value is 144 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ab909b hue: 0.93 , saturation: 0.14 and the lightness value of ab909b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 10011011
Octal 253 220 233
Decimal 171 144 155
Hex AB 90 9B

RGB Percentages of Color #ab909b

%36.38
%30.64
%32.98

CMYK Percentages of Color #ab909b

%0
%16
%9
%33

Triadic Colors of #ab909b

#ab909b #9bab90 #909bab

Analogous Colors of #ab909b

#ab909b #ab9390 #ab90a9

Monochromatic Colors of #ab909b

#ab909b

Complementary Color

#ab909b #90aba0

#ab909b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab909b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab909b Color CSS Codes

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

#ab909b Text Font Color

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

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


#ab909b Background Color

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

This div background color is #ab909b


#ab909b Border Color

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

This div border color is #ab909b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab909b


Comments

No comments written yet.

Please login to write comment.