Color Hex Logo

#ab99ae Color Hex

#AB99AE
(171,153,174)
0 Favorites   0 Comments

Color spaces of #ab99ae

RGB 171153174
HSL0.810.110.64
HSV291°12°68°
CMYK 0.020.120.00   0.32
XYZ35.825834.496444.8146
Yxy34.49640.31120.2996
Hunter Lab58.73366.0959-4.1256
CIE-Lab65.354710.5123-8.5037

#ab99ae color RGB value is (171,153,174).

#ab99ae hex color red value is 171, green value is 153 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab99ae hue: 0.81 , saturation: 0.11 and the lightness value of ab99ae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 10101110
Octal 253 231 256
Decimal 171 153 174
Hex AB 99 AE

RGB Percentages of Color #ab99ae

%34.34
%30.72
%34.94

CMYK Percentages of Color #ab99ae

%2
%12
%0
%32

Triadic Colors of #ab99ae

#ab99ae #aeab99 #99aeab

Analogous Colors of #ab99ae

#ab99ae #ae99a7 #a199ae

Monochromatic Colors of #ab99ae

#ab99ae

Complementary Color

#ab99ae #9cae99

#ab99ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab99ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab99ae Color CSS Codes

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

#ab99ae Text Font Color

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

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


#ab99ae Background Color

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

This div background color is #ab99ae


#ab99ae Border Color

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

This div border color is #ab99ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab99ae


Comments

No comments written yet.

Please login to write comment.