Color Hex Logo

#ab929a Color Hex

#AB929A
(171,146,154)
0 Favorites   0 Comments

Color spaces of #ab929a

RGB 171146154
HSL0.950.130.62
HSV341°15°67°
CMYK 0.000.150.10   0.33
XYZ32.906231.548834.9270
Yxy31.54880.33110.3174
Hunter Lab56.16836.27962.4497
CIE-Lab62.968210.7082-0.7564

#ab929a color RGB value is (171,146,154).

#ab929a hex color red value is 171, green value is 146 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ab929a hue: 0.95 , saturation: 0.13 and the lightness value of ab929a is 0.62.

The process color (four color CMYK) of #ab929a color hex is 0.00, 0.15, 0.10, 0.33. Web safe color of #ab929a is #999999. Color #ab929a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 10011010
Octal 253 222 232
Decimal 171 146 154
Hex AB 92 9A

RGB Percentages of Color #ab929a

%36.31
%31.00
%32.70

CMYK Percentages of Color #ab929a

%0
%15
%10
%33

Triadic Colors of #ab929a

#ab929a #9aab92 #929aab

Analogous Colors of #ab929a

#ab929a #ab9792 #ab92a7

Monochromatic Colors of #ab929a

#ab929a

Complementary Color

#ab929a #92aba3

#ab929a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab929a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab929a Color CSS Codes

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

#ab929a Text Font Color

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

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


#ab929a Background Color

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

This div background color is #ab929a


#ab929a Border Color

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

This div border color is #ab929a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab929a


Comments

No comments written yet.

Please login to write comment.