Color Hex Logo

#ada8dd Color Hex

#ADA8DD
(173,168,221)
0 Favorites   0 Comments

Color spaces of #ada8dd

RGB 173168221
HSL0.680.440.76
HSV246°24°87°
CMYK 0.220.240.00   0.13
XYZ44.287442.110074.2005
Yxy42.11000.27580.2622
Hunter Lab64.89228.2606-22.3701
CIE-Lab70.946712.8597-26.0917

#ada8dd color RGB value is (173,168,221).

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

The process color (four color CMYK) of #ada8dd color hex is 0.22, 0.24, 0.00, 0.13. Web safe color of #ada8dd is #9999cc. Color #ada8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 11011101
Octal 255 250 335
Decimal 173 168 221
Hex AD A8 DD

RGB Percentages of Color #ada8dd

%30.78
%29.89
%39.32

CMYK Percentages of Color #ada8dd

%22
%24
%0
%13

Triadic Colors of #ada8dd

#ada8dd #ddada8 #a8ddad

Analogous Colors of #ada8dd

#ada8dd #c8a8dd #a8bedd

Monochromatic Colors of #ada8dd

#ada8dd

Complementary Color

#ada8dd #d8dda8

#ada8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada8dd Color CSS Codes

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

#ada8dd Text Font Color

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

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


#ada8dd Background Color

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

This div background color is #ada8dd


#ada8dd Border Color

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

This div border color is #ada8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada8dd


Comments

No comments written yet.

Please login to write comment.