Color Hex Logo

#ad9beb Color Hex

#AD9BEB
(173,155,235)
0 Favorites   0 Comments

Color spaces of #ad9beb

RGB 173155235
HSL0.700.670.76
HSV254°34°92°
CMYK 0.260.340.00   0.08
XYZ43.950338.325183.6783
Yxy38.32510.26480.2309
Hunter Lab61.907318.3861-36.8055
CIE-Lab68.259523.4562-37.9202

#ad9beb color RGB value is (173,155,235).

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

The process color (four color CMYK) of #ad9beb color hex is 0.26, 0.34, 0.00, 0.08. Web safe color of #ad9beb is #9999ff. Color #ad9beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011011 11101011
Octal 255 233 353
Decimal 173 155 235
Hex AD 9B EB

RGB Percentages of Color #ad9beb

%30.73
%27.53
%41.74

CMYK Percentages of Color #ad9beb

%26
%34
%0
%8

Triadic Colors of #ad9beb

#ad9beb #ebad9b #9bebad

Analogous Colors of #ad9beb

#ad9beb #d59beb #9bb1eb

Monochromatic Colors of #ad9beb

#ad9beb

Complementary Color

#ad9beb #d9eb9b

#ad9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9beb Color CSS Codes

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

#ad9beb Text Font Color

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

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


#ad9beb Background Color

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

This div background color is #ad9beb


#ad9beb Border Color

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

This div border color is #ad9beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9beb


Comments

No comments written yet.

Please login to write comment.