Color Hex Logo

#ada5da Color Hex

#ADA5DA
(173,165,218)
0 Favorites   0 Comments

Color spaces of #ada5da

RGB 173165218
HSL0.690.420.75
HSV249°24°85°
CMYK 0.210.240.00   0.15
XYZ43.343640.856571.9313
Yxy40.85650.27760.2617
Hunter Lab63.91919.1826-21.9786
CIE-Lab70.075313.8425-25.7814

#ada5da color RGB value is (173,165,218).

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

The process color (four color CMYK) of #ada5da color hex is 0.21, 0.24, 0.00, 0.15. Web safe color of #ada5da is #9999cc. Color #ada5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 11011010
Octal 255 245 332
Decimal 173 165 218
Hex AD A5 DA

RGB Percentages of Color #ada5da

%31.12
%29.68
%39.21

CMYK Percentages of Color #ada5da

%21
%24
%0
%15

Triadic Colors of #ada5da

#ada5da #daada5 #a5daad

Analogous Colors of #ada5da

#ada5da #c8a5da #a5b8da

Monochromatic Colors of #ada5da

#ada5da

Complementary Color

#ada5da #d2daa5

#ada5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada5da Color CSS Codes

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

#ada5da Text Font Color

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

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


#ada5da Background Color

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

This div background color is #ada5da


#ada5da Border Color

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

This div border color is #ada5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada5da


Comments

No comments written yet.

Please login to write comment.