Color Hex Logo

#ad99de Color Hex

#AD99DE
(173,153,222)
0 Favorites   0 Comments

Color spaces of #ad99de

RGB 173153222
HSL0.710.510.74
HSV257°31°87°
CMYK 0.220.310.00   0.13
XYZ41.809636.940674.0339
Yxy36.94060.27370.2418
Hunter Lab60.778816.4269-29.6753
CIE-Lab67.232421.5011-32.3638

#ad99de color RGB value is (173,153,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 11011110
Octal 255 231 336
Decimal 173 153 222
Hex AD 99 DE

RGB Percentages of Color #ad99de

%31.57
%27.92
%40.51

CMYK Percentages of Color #ad99de

%22
%31
%0
%13

Triadic Colors of #ad99de

#ad99de #dead99 #99dead

Analogous Colors of #ad99de

#ad99de #d099de #99a8de

Monochromatic Colors of #ad99de

#ad99de

Complementary Color

#ad99de #cade99

#ad99de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad99de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad99de Color CSS Codes

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

#ad99de Text Font Color

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

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


#ad99de Background Color

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

This div background color is #ad99de


#ad99de Border Color

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

This div border color is #ad99de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad99de


Comments

No comments written yet.

Please login to write comment.