Color Hex Logo

#ad5eef Color Hex

#AD5EEF
(173,94,239)
0 Favorites   0 Comments

Color spaces of #ad5eef

RGB 17394239
HSL0.760.820.65
HSV273°61°94°
CMYK 0.280.610.00   0.06
XYZ36.816323.121684.1838
Yxy23.12160.25550.1604
Hunter Lab48.084952.5202-70.1414
CIE-Lab55.197457.5922-60.8093

#ad5eef color RGB value is (173,94,239).

#ad5eef hex color red value is 173, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad5eef hue: 0.76 , saturation: 0.82 and the lightness value of ad5eef is 0.65.

The process color (four color CMYK) of #ad5eef color hex is 0.28, 0.61, 0.00, 0.06. Web safe color of #ad5eef is #9966ff. Color #ad5eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011110 11101111
Octal 255 136 357
Decimal 173 94 239
Hex AD 5E EF

RGB Percentages of Color #ad5eef

%34.19
%18.58
%47.23

CMYK Percentages of Color #ad5eef

%28
%61
%0
%6

Triadic Colors of #ad5eef

#ad5eef #efad5e #5eefad

Analogous Colors of #ad5eef

#ad5eef #ef5ee9 #655eef

Monochromatic Colors of #ad5eef

#ad5eef

Complementary Color

#ad5eef #a0ef5e

#ad5eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5eef Color CSS Codes

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

#ad5eef Text Font Color

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

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


#ad5eef Background Color

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

This div background color is #ad5eef


#ad5eef Border Color

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

This div border color is #ad5eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5eef


Comments

No comments written yet.

Please login to write comment.