Color Hex Logo

#ada8de Color Hex

#ADA8DE
(173,168,222)
0 Favorites   0 Comments

Color spaces of #ada8de

RGB 173168222
HSL0.680.450.76
HSV246°24°87°
CMYK 0.220.240.00   0.13
XYZ44.421042.163474.9044
Yxy42.16340.27510.2611
Hunter Lab64.93348.4787-22.9411
CIE-Lab70.983413.0907-26.5832

#ada8de color RGB value is (173,168,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 11011110
Octal 255 250 336
Decimal 173 168 222
Hex AD A8 DE

RGB Percentages of Color #ada8de

%30.73
%29.84
%39.43

CMYK Percentages of Color #ada8de

%22
%24
%0
%13

Triadic Colors of #ada8de

#ada8de #deada8 #a8dead

Analogous Colors of #ada8de

#ada8de #c8a8de #a8bede

Monochromatic Colors of #ada8de

#ada8de

Complementary Color

#ada8de #d9dea8

#ada8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada8de Color CSS Codes

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

#ada8de Text Font Color

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

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


#ada8de Background Color

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

This div background color is #ada8de


#ada8de Border Color

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

This div border color is #ada8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada8de


Comments

No comments written yet.

Please login to write comment.