Color Hex Logo

#ada5dc Color Hex

#ADA5DC
(173,165,220)
0 Favorites   0 Comments

Color spaces of #ada5dc

RGB 173165220
HSL0.690.440.75
HSV249°25°86°
CMYK 0.210.250.00   0.14
XYZ43.607040.961873.3182
Yxy40.96180.27620.2594
Hunter Lab64.00149.6175-23.1200
CIE-Lab70.149214.3020-26.7664

#ada5dc color RGB value is (173,165,220).

#ada5dc hex color red value is 173, green value is 165 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ada5dc hue: 0.69 , saturation: 0.44 and the lightness value of ada5dc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 11011100
Octal 255 245 334
Decimal 173 165 220
Hex AD A5 DC

RGB Percentages of Color #ada5dc

%31.00
%29.57
%39.43

CMYK Percentages of Color #ada5dc

%21
%25
%0
%14

Triadic Colors of #ada5dc

#ada5dc #dcada5 #a5dcad

Analogous Colors of #ada5dc

#ada5dc #c9a5dc #a5b9dc

Monochromatic Colors of #ada5dc

#ada5dc

Complementary Color

#ada5dc #d4dca5

#ada5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada5dc Color CSS Codes

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

#ada5dc Text Font Color

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

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


#ada5dc Background Color

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

This div background color is #ada5dc


#ada5dc Border Color

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

This div border color is #ada5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada5dc


Comments

No comments written yet.

Please login to write comment.