Color Hex Logo

#ada7ed Color Hex

#ADA7ED
(173,167,237)
0 Favorites   0 Comments

Color spaces of #ada7ed

RGB 173167237
HSL0.680.660.79
HSV245°30°93°
CMYK 0.270.300.00   0.07
XYZ46.338442.636185.9081
Yxy42.63610.26500.2438
Hunter Lab65.296312.4063-32.2984
CIE-Lab71.307317.1992-34.2784

#ada7ed color RGB value is (173,167,237).

#ada7ed hex color red value is 173, green value is 167 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ada7ed hue: 0.68 , saturation: 0.66 and the lightness value of ada7ed is 0.79.

The process color (four color CMYK) of #ada7ed color hex is 0.27, 0.30, 0.00, 0.07. Web safe color of #ada7ed is #9999ff. Color #ada7ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 11101101
Octal 255 247 355
Decimal 173 167 237
Hex AD A7 ED

RGB Percentages of Color #ada7ed

%29.98
%28.94
%41.07

CMYK Percentages of Color #ada7ed

%27
%30
%0
%7

Triadic Colors of #ada7ed

#ada7ed #edada7 #a7edad

Analogous Colors of #ada7ed

#ada7ed #d0a7ed #a7c4ed

Monochromatic Colors of #ada7ed

#ada7ed

Complementary Color

#ada7ed #e7eda7

#ada7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada7ed Color CSS Codes

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

#ada7ed Text Font Color

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

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


#ada7ed Background Color

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

This div background color is #ada7ed


#ada7ed Border Color

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

This div border color is #ada7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada7ed


Comments

No comments written yet.

Please login to write comment.