Color Hex Logo

#ab9dae Color Hex

#AB9DAE
(171,157,174)
0 Favorites   0 Comments

Color spaces of #ab9dae

RGB 171157174
HSL0.800.090.65
HSV289°10°68°
CMYK 0.020.100.00   0.32
XYZ36.491535.827945.0366
Yxy35.82790.31090.3053
Hunter Lab59.85644.0739-2.7109
CIE-Lab66.38828.2808-6.9670

#ab9dae color RGB value is (171,157,174).

#ab9dae hex color red value is 171, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab9dae hue: 0.80 , saturation: 0.09 and the lightness value of ab9dae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011101 10101110
Octal 253 235 256
Decimal 171 157 174
Hex AB 9D AE

RGB Percentages of Color #ab9dae

%34.06
%31.27
%34.66

CMYK Percentages of Color #ab9dae

%2
%10
%0
%32

Triadic Colors of #ab9dae

#ab9dae #aeab9d #9daeab

Analogous Colors of #ab9dae

#ab9dae #ae9da9 #a39dae

Monochromatic Colors of #ab9dae

#ab9dae

Complementary Color

#ab9dae #a0ae9d

#ab9dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9dae Color CSS Codes

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

#ab9dae Text Font Color

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

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


#ab9dae Background Color

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

This div background color is #ab9dae


#ab9dae Border Color

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

This div border color is #ab9dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,157,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 #ab9dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9dae


Comments

No comments written yet.

Please login to write comment.