Color Hex Logo

#ad98ef Color Hex

#AD98EF
(173,152,239)
0 Favorites   0 Comments

Color spaces of #ad98ef

RGB 173152239
HSL0.710.730.77
HSV254°36°94°
CMYK 0.280.360.00   0.06
XYZ44.041837.572786.5924
Yxy37.57270.26180.2234
Hunter Lab61.296620.9839-40.8502
CIE-Lab67.704526.1168-40.9795

#ad98ef color RGB value is (173,152,239).

#ad98ef hex color red value is 173, green value is 152 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad98ef hue: 0.71 , saturation: 0.73 and the lightness value of ad98ef is 0.77.

The process color (four color CMYK) of #ad98ef color hex is 0.28, 0.36, 0.00, 0.06. Web safe color of #ad98ef is #9999ff. Color #ad98ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 11101111
Octal 255 230 357
Decimal 173 152 239
Hex AD 98 EF

RGB Percentages of Color #ad98ef

%30.67
%26.95
%42.38

CMYK Percentages of Color #ad98ef

%28
%36
%0
%6

Triadic Colors of #ad98ef

#ad98ef #efad98 #98efad

Analogous Colors of #ad98ef

#ad98ef #d998ef #98afef

Monochromatic Colors of #ad98ef

#ad98ef

Complementary Color

#ad98ef #daef98

#ad98ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad98ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad98ef Color CSS Codes

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

#ad98ef Text Font Color

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

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


#ad98ef Background Color

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

This div background color is #ad98ef


#ad98ef Border Color

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

This div border color is #ad98ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,152,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 #ad98ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad98ef


Comments

No comments written yet.

Please login to write comment.