Color Hex Logo

#ad99ab Color Hex

#AD99AB
(173,153,171)
0 Favorites   0 Comments

Color spaces of #ad99ab

RGB 173153171
HSL0.850.110.64
HSV306°12°68°
CMYK 0.000.120.01   0.32
XYZ35.975534.607043.3118
Yxy34.60700.31590.3039
Hunter Lab58.82776.2114-2.4728
CIE-Lab65.441510.6403-6.6721

#ad99ab color RGB value is (173,153,171).

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

The process color (four color CMYK) of #ad99ab color hex is 0.00, 0.12, 0.01, 0.32. Web safe color of #ad99ab is #999999. Color #ad99ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 10101011
Octal 255 231 253
Decimal 173 153 171
Hex AD 99 AB

RGB Percentages of Color #ad99ab

%34.81
%30.78
%34.41

CMYK Percentages of Color #ad99ab

%0
%12
%1
%32

Triadic Colors of #ad99ab

#ad99ab #abad99 #99abad

Analogous Colors of #ad99ab

#ad99ab #ad99a1 #a599ad

Monochromatic Colors of #ad99ab

#ad99ab

Complementary Color

#ad99ab #99ad9b

#ad99ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad99ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad99ab Color CSS Codes

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

#ad99ab Text Font Color

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

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


#ad99ab Background Color

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

This div background color is #ad99ab


#ad99ab Border Color

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

This div border color is #ad99ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad99ab


Comments

No comments written yet.

Please login to write comment.