Color Hex Logo

#ad9efd Color Hex

#AD9EFD
(173,158,253)
0 Favorites   0 Comments

Color spaces of #ad9efd

RGB 173158253
HSL0.690.960.81
HSV249°38°99°
CMYK 0.320.380.00   0.01
XYZ47.190140.429898.2451
Yxy40.42980.25390.2175
Hunter Lab63.584421.2036-47.1006
CIE-Lab69.774626.2021-45.3750

#ad9efd color RGB value is (173,158,253).

#ad9efd hex color red value is 173, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ad9efd hue: 0.69 , saturation: 0.96 and the lightness value of ad9efd is 0.81.

The process color (four color CMYK) of #ad9efd color hex is 0.32, 0.38, 0.00, 0.01. Web safe color of #ad9efd is #9999ff. Color #ad9efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011110 11111101
Octal 255 236 375
Decimal 173 158 253
Hex AD 9E FD

RGB Percentages of Color #ad9efd

%29.62
%27.05
%43.32

CMYK Percentages of Color #ad9efd

%32
%38
%0
%1

Triadic Colors of #ad9efd

#ad9efd #fdad9e #9efdad

Analogous Colors of #ad9efd

#ad9efd #dd9efd #9ebffd

Monochromatic Colors of #ad9efd

#ad9efd

Complementary Color

#ad9efd #eefd9e

#ad9efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9efd Color CSS Codes

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

#ad9efd Text Font Color

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

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


#ad9efd Background Color

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

This div background color is #ad9efd


#ad9efd Border Color

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

This div border color is #ad9efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9efd


Comments

No comments written yet.

Please login to write comment.