Color Hex Logo

#ada9dc Color Hex

#ADA9DC
(173,169,220)
0 Favorites   0 Comments

Color spaces of #ada9dc

RGB 173169220
HSL0.680.420.76
HSV245°23°86°
CMYK 0.210.230.00   0.14
XYZ44.339842.427573.5625
Yxy42.42750.27660.2646
Hunter Lab65.13647.5202-21.3643
CIE-Lab71.164712.0729-25.2100

#ada9dc color RGB value is (173,169,220).

#ada9dc hex color red value is 173, green value is 169 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ada9dc hue: 0.68 , saturation: 0.42 and the lightness value of ada9dc is 0.76.

The process color (four color CMYK) of #ada9dc color hex is 0.21, 0.23, 0.00, 0.14. Web safe color of #ada9dc is #9999cc. Color #ada9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 11011100
Octal 255 251 334
Decimal 173 169 220
Hex AD A9 DC

RGB Percentages of Color #ada9dc

%30.78
%30.07
%39.15

CMYK Percentages of Color #ada9dc

%21
%23
%0
%14

Triadic Colors of #ada9dc

#ada9dc #dcada9 #a9dcad

Analogous Colors of #ada9dc

#ada9dc #c7a9dc #a9bfdc

Monochromatic Colors of #ada9dc

#ada9dc

Complementary Color

#ada9dc #d8dca9

#ada9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada9dc Color CSS Codes

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

#ada9dc Text Font Color

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

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


#ada9dc Background Color

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

This div background color is #ada9dc


#ada9dc Border Color

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

This div border color is #ada9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada9dc


Comments

No comments written yet.

Please login to write comment.