Color Hex Logo

#ada9fd Color Hex

#ADA9FD
(173,169,253)
0 Favorites   0 Comments

Color spaces of #ada9fd

RGB 173169253
HSL0.670.950.83
HSV243°33°99°
CMYK 0.320.330.00   0.01
XYZ49.151244.352098.8988
Yxy44.35200.25550.2305
Hunter Lab66.597315.1941-41.4292
CIE-Lab72.463120.0236-41.1672

#ada9fd color RGB value is (173,169,253).

#ada9fd hex color red value is 173, green value is 169 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ada9fd hue: 0.67 , saturation: 0.95 and the lightness value of ada9fd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 11111101
Octal 255 251 375
Decimal 173 169 253
Hex AD A9 FD

RGB Percentages of Color #ada9fd

%29.08
%28.40
%42.52

CMYK Percentages of Color #ada9fd

%32
%33
%0
%1

Triadic Colors of #ada9fd

#ada9fd #fdada9 #a9fdad

Analogous Colors of #ada9fd

#ada9fd #d7a9fd #a9cffd

Monochromatic Colors of #ada9fd

#ada9fd

Complementary Color

#ada9fd #f9fda9

#ada9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada9fd Color CSS Codes

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

#ada9fd Text Font Color

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

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


#ada9fd Background Color

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

This div background color is #ada9fd


#ada9fd Border Color

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

This div border color is #ada9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.