Color Hex Logo

#ad8ebe Color Hex

#AD8EBE
(173,142,190)
0 Favorites   0 Comments

Color spaces of #ad8ebe

RGB 173142190
HSL0.770.270.65
HSV279°25°75°
CMYK 0.090.250.00   0.25
XYZ36.200831.947952.9738
Yxy31.94790.29890.2638
Hunter Lab56.522515.4091-16.0018
CIE-Lab63.299820.6253-20.5768

#ad8ebe color RGB value is (173,142,190).

#ad8ebe hex color red value is 173, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ad8ebe hue: 0.77 , saturation: 0.27 and the lightness value of ad8ebe is 0.65.

The process color (four color CMYK) of #ad8ebe color hex is 0.09, 0.25, 0.00, 0.25. Web safe color of #ad8ebe is #9999cc. Color #ad8ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001110 10111110
Octal 255 216 276
Decimal 173 142 190
Hex AD 8E BE

RGB Percentages of Color #ad8ebe

%34.26
%28.12
%37.62

CMYK Percentages of Color #ad8ebe

%9
%25
%0
%25

Triadic Colors of #ad8ebe

#ad8ebe #bead8e #8ebead

Analogous Colors of #ad8ebe

#ad8ebe #be8eb7 #958ebe

Monochromatic Colors of #ad8ebe

#ad8ebe

Complementary Color

#ad8ebe #9fbe8e

#ad8ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8ebe Color CSS Codes

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

#ad8ebe Text Font Color

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

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


#ad8ebe Background Color

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

This div background color is #ad8ebe


#ad8ebe Border Color

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

This div border color is #ad8ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8ebe


Comments

No comments written yet.

Please login to write comment.