Color Hex Logo

#ad9eed Color Hex

#AD9EED
(173,158,237)
0 Favorites   0 Comments

Color spaces of #ad9eed

RGB 173158237
HSL0.700.690.77
HSV251°33°93°
CMYK 0.270.330.00   0.07
XYZ44.746539.452485.3774
Yxy39.45240.26390.2327
Hunter Lab62.811117.2434-36.6234
CIE-Lab69.077722.2505-37.7412

#ad9eed color RGB value is (173,158,237).

#ad9eed hex color red value is 173, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ad9eed hue: 0.70 , saturation: 0.69 and the lightness value of ad9eed is 0.77.

The process color (four color CMYK) of #ad9eed color hex is 0.27, 0.33, 0.00, 0.07. Web safe color of #ad9eed is #9999ff. Color #ad9eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011110 11101101
Octal 255 236 355
Decimal 173 158 237
Hex AD 9E ED

RGB Percentages of Color #ad9eed

%30.46
%27.82
%41.73

CMYK Percentages of Color #ad9eed

%27
%33
%0
%7

Triadic Colors of #ad9eed

#ad9eed #edad9e #9eedad

Analogous Colors of #ad9eed

#ad9eed #d59eed #9eb7ed

Monochromatic Colors of #ad9eed

#ad9eed

Complementary Color

#ad9eed #deed9e

#ad9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9eed Color CSS Codes

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

#ad9eed Text Font Color

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

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


#ad9eed Background Color

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

This div background color is #ad9eed


#ad9eed Border Color

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

This div border color is #ad9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9eed


Comments

No comments written yet.

Please login to write comment.