Color Hex Logo

#ad96ee Color Hex

#AD96EE
(173,150,238)
0 Favorites   0 Comments

Color spaces of #ad96ee

RGB 173150238
HSL0.710.720.76
HSV256°37°93°
CMYK 0.270.370.00   0.07
XYZ43.572536.870085.7090
Yxy36.87000.26220.2219
Hunter Lab60.720721.8285-41.1851
CIE-Lab67.179427.0010-41.2526

#ad96ee color RGB value is (173,150,238).

#ad96ee hex color red value is 173, green value is 150 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ad96ee hue: 0.71 , saturation: 0.72 and the lightness value of ad96ee is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 11101110
Octal 255 226 356
Decimal 173 150 238
Hex AD 96 EE

RGB Percentages of Color #ad96ee

%30.84
%26.74
%42.42

CMYK Percentages of Color #ad96ee

%27
%37
%0
%7

Triadic Colors of #ad96ee

#ad96ee #eead96 #96eead

Analogous Colors of #ad96ee

#ad96ee #d996ee #96abee

Monochromatic Colors of #ad96ee

#ad96ee

Complementary Color

#ad96ee #d7ee96

#ad96ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad96ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad96ee Color CSS Codes

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

#ad96ee Text Font Color

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

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


#ad96ee Background Color

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

This div background color is #ad96ee


#ad96ee Border Color

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

This div border color is #ad96ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad96ee


Comments

No comments written yet.

Please login to write comment.