Color Hex Logo

#ad99da Color Hex

#AD99DA
(173,153,218)
0 Favorites   0 Comments

Color spaces of #ad99da

RGB 173153218
HSL0.720.470.73
HSV258°30°85°
CMYK 0.210.300.00   0.15
XYZ41.279736.728771.2433
Yxy36.72870.27660.2461
Hunter Lab60.604215.5254-27.2754
CIE-Lab67.073020.5751-30.4007

#ad99da color RGB value is (173,153,218).

#ad99da hex color red value is 173, green value is 153 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ad99da hue: 0.72 , saturation: 0.47 and the lightness value of ad99da is 0.73.

The process color (four color CMYK) of #ad99da color hex is 0.21, 0.30, 0.00, 0.15. Web safe color of #ad99da is #9999cc. Color #ad99da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 11011010
Octal 255 231 332
Decimal 173 153 218
Hex AD 99 DA

RGB Percentages of Color #ad99da

%31.80
%28.13
%40.07

CMYK Percentages of Color #ad99da

%21
%30
%0
%15

Triadic Colors of #ad99da

#ad99da #daad99 #99daad

Analogous Colors of #ad99da

#ad99da #ce99da #99a6da

Monochromatic Colors of #ad99da

#ad99da

Complementary Color

#ad99da #c6da99

#ad99da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad99da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad99da Color CSS Codes

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

#ad99da Text Font Color

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

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


#ad99da Background Color

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

This div background color is #ad99da


#ad99da Border Color

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

This div border color is #ad99da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad99da


Comments

No comments written yet.

Please login to write comment.