Color Hex Logo

#ad9eba Color Hex

#AD9EBA
(173,158,186)
0 Favorites   0 Comments

Color spaces of #ad9eba

RGB 173158186
HSL0.760.170.67
HSV272°15°73°
CMYK 0.070.150.00   0.27
XYZ38.323436.883151.5537
Yxy36.88310.30230.2910
Hunter Lab60.73156.3589-7.8181
CIE-Lab67.189210.8101-12.4525

#ad9eba color RGB value is (173,158,186).

#ad9eba hex color red value is 173, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad9eba hue: 0.76 , saturation: 0.17 and the lightness value of ad9eba is 0.67.

The process color (four color CMYK) of #ad9eba color hex is 0.07, 0.15, 0.00, 0.27. Web safe color of #ad9eba is #9999cc. Color #ad9eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011110 10111010
Octal 255 236 272
Decimal 173 158 186
Hex AD 9E BA

RGB Percentages of Color #ad9eba

%33.46
%30.56
%35.98

CMYK Percentages of Color #ad9eba

%7
%15
%0
%27

Triadic Colors of #ad9eba

#ad9eba #baad9e #9ebaad

Analogous Colors of #ad9eba

#ad9eba #ba9eb9 #9f9eba

Monochromatic Colors of #ad9eba

#ad9eba

Complementary Color

#ad9eba #abba9e

#ad9eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9eba Color CSS Codes

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

#ad9eba Text Font Color

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

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


#ad9eba Background Color

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

This div background color is #ad9eba


#ad9eba Border Color

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

This div border color is #ad9eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9eba


Comments

No comments written yet.

Please login to write comment.