Color Hex Logo

#ab8eae Color Hex

#AB8EAE
(171,142,174)
0 Favorites   0 Comments

Color spaces of #ab8eae

RGB 171142174
HSL0.820.160.62
HSV294°18°68°
CMYK 0.020.180.00   0.32
XYZ34.107631.059944.2419
Yxy31.05990.31170.2839
Hunter Lab55.731411.7120-8.0549
CIE-Lab62.558216.6973-12.6888

#ab8eae color RGB value is (171,142,174).

#ab8eae hex color red value is 171, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab8eae hue: 0.82 , saturation: 0.16 and the lightness value of ab8eae is 0.62.

The process color (four color CMYK) of #ab8eae color hex is 0.02, 0.18, 0.00, 0.32. Web safe color of #ab8eae is #999999. Color #ab8eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001110 10101110
Octal 253 216 256
Decimal 171 142 174
Hex AB 8E AE

RGB Percentages of Color #ab8eae

%35.11
%29.16
%35.73

CMYK Percentages of Color #ab8eae

%2
%18
%0
%32

Triadic Colors of #ab8eae

#ab8eae #aeab8e #8eaeab

Analogous Colors of #ab8eae

#ab8eae #ae8ea1 #9b8eae

Monochromatic Colors of #ab8eae

#ab8eae

Complementary Color

#ab8eae #91ae8e

#ab8eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8eae Color CSS Codes

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

#ab8eae Text Font Color

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

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


#ab8eae Background Color

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

This div background color is #ab8eae


#ab8eae Border Color

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

This div border color is #ab8eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8eae


Comments

No comments written yet.

Please login to write comment.