Color Hex Logo

#ada3cd Color Hex

#ADA3CD
(173,163,205)
0 Favorites   0 Comments

Color spaces of #ada3cd

RGB 173163205
HSL0.710.300.72
HSV254°20°80°
CMYK 0.160.200.00   0.20
XYZ41.350239.486463.1999
Yxy39.48640.28710.2741
Hunter Lab62.83827.4937-15.6445
CIE-Lab69.102112.0442-20.1052

#ada3cd color RGB value is (173,163,205).

#ada3cd hex color red value is 173, green value is 163 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ada3cd hue: 0.71 , saturation: 0.30 and the lightness value of ada3cd is 0.72.

The process color (four color CMYK) of #ada3cd color hex is 0.16, 0.20, 0.00, 0.20. Web safe color of #ada3cd is #9999cc. Color #ada3cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 11001101
Octal 255 243 315
Decimal 173 163 205
Hex AD A3 CD

RGB Percentages of Color #ada3cd

%31.98
%30.13
%37.89

CMYK Percentages of Color #ada3cd

%16
%20
%0
%20

Triadic Colors of #ada3cd

#ada3cd #cdada3 #a3cdad

Analogous Colors of #ada3cd

#ada3cd #c2a3cd #a3aecd

Monochromatic Colors of #ada3cd

#ada3cd

Complementary Color

#ada3cd #c3cda3

#ada3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3cd Color CSS Codes

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

#ada3cd Text Font Color

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

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


#ada3cd Background Color

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

This div background color is #ada3cd


#ada3cd Border Color

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

This div border color is #ada3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3cd


Comments

No comments written yet.

Please login to write comment.