Color Hex Logo

#ada3d5 Color Hex

#ADA3D5
(173,163,213)
0 Favorites   0 Comments

Color spaces of #ada3d5

RGB 173163213
HSL0.700.370.74
HSV252°23°84°
CMYK 0.190.230.00   0.16
XYZ42.341039.882768.4173
Yxy39.88270.28110.2648
Hunter Lab63.15289.1587-20.0256
CIE-Lab69.385913.8232-24.0860

#ada3d5 color RGB value is (173,163,213).

#ada3d5 hex color red value is 173, green value is 163 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ada3d5 hue: 0.70 , saturation: 0.37 and the lightness value of ada3d5 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 11010101
Octal 255 243 325
Decimal 173 163 213
Hex AD A3 D5

RGB Percentages of Color #ada3d5

%31.51
%29.69
%38.80

CMYK Percentages of Color #ada3d5

%19
%23
%0
%16

Triadic Colors of #ada3d5

#ada3d5 #d5ada3 #a3d5ad

Analogous Colors of #ada3d5

#ada3d5 #c6a3d5 #a3b2d5

Monochromatic Colors of #ada3d5

#ada3d5

Complementary Color

#ada3d5 #cbd5a3

#ada3d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3d5 Color CSS Codes

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

#ada3d5 Text Font Color

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

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


#ada3d5 Background Color

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

This div background color is #ada3d5


#ada3d5 Border Color

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

This div border color is #ada3d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3d5


Comments

No comments written yet.

Please login to write comment.