Color Hex Logo

#ad99df Color Hex

#AD99DF
(173,153,223)
0 Favorites   0 Comments

Color spaces of #ad99df

RGB 173153223
HSL0.710.520.74
HSV257°31°87°
CMYK 0.220.310.00   0.13
XYZ41.944136.994474.7420
Yxy36.99440.27290.2407
Hunter Lab60.823016.6549-30.2820
CIE-Lab67.272821.7344-32.8531

#ad99df color RGB value is (173,153,223).

#ad99df hex color red value is 173, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad99df hue: 0.71 , saturation: 0.52 and the lightness value of ad99df is 0.74.

The process color (four color CMYK) of #ad99df color hex is 0.22, 0.31, 0.00, 0.13. Web safe color of #ad99df is #9999cc. Color #ad99df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 11011111
Octal 255 231 337
Decimal 173 153 223
Hex AD 99 DF

RGB Percentages of Color #ad99df

%31.51
%27.87
%40.62

CMYK Percentages of Color #ad99df

%22
%31
%0
%13

Triadic Colors of #ad99df

#ad99df #dfad99 #99dfad

Analogous Colors of #ad99df

#ad99df #d099df #99a8df

Monochromatic Colors of #ad99df

#ad99df

Complementary Color

#ad99df #cbdf99

#ad99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad99df Color CSS Codes

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

#ad99df Text Font Color

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

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


#ad99df Background Color

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

This div background color is #ad99df


#ad99df Border Color

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

This div border color is #ad99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad99df


Comments

No comments written yet.

Please login to write comment.