Color Hex Logo

#ab928f Color Hex

#AB928F
(171,146,143)
0 Favorites   0 Comments

Color spaces of #ab928f

RGB 171146143
HSL0.020.140.62
HSV16°67°
CMYK 0.000.150.16   0.33
XYZ32.031431.198930.3203
Yxy31.19890.34240.3335
Hunter Lab55.85604.61546.9148
CIE-Lab62.67528.83205.0435

#ab928f color RGB value is (171,146,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 10001111
Octal 253 222 217
Decimal 171 146 143
Hex AB 92 8F

RGB Percentages of Color #ab928f

%37.17
%31.74
%31.09

CMYK Percentages of Color #ab928f

%0
%15
%16
%33

Triadic Colors of #ab928f

#ab928f #8fab92 #928fab

Analogous Colors of #ab928f

#ab928f #aba08f #ab8f9a

Monochromatic Colors of #ab928f

#ab928f

Complementary Color

#ab928f #8fa8ab

#ab928f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab928f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab928f Color CSS Codes

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

#ab928f Text Font Color

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

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


#ab928f Background Color

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

This div background color is #ab928f


#ab928f Border Color

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

This div border color is #ab928f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab928f

#ab928f Color Palettes


Comments

No comments written yet.

Please login to write comment.