Color Hex Logo

#ada6ea Color Hex

#ADA6EA
(173,166,234)
0 Favorites   0 Comments

Color spaces of #ada6ea

RGB 173166234
HSL0.680.620.78
HSV246°29°92°
CMYK 0.260.290.00   0.08
XYZ45.721142.097283.5577
Yxy42.09720.26680.2456
Hunter Lab64.882412.2407-30.9380
CIE-Lab70.937917.0362-33.2143

#ada6ea color RGB value is (173,166,234).

#ada6ea hex color red value is 173, green value is 166 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ada6ea hue: 0.68 , saturation: 0.62 and the lightness value of ada6ea is 0.78.

The process color (four color CMYK) of #ada6ea color hex is 0.26, 0.29, 0.00, 0.08. Web safe color of #ada6ea is #9999ff. Color #ada6ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 11101010
Octal 255 246 352
Decimal 173 166 234
Hex AD A6 EA

RGB Percentages of Color #ada6ea

%30.19
%28.97
%40.84

CMYK Percentages of Color #ada6ea

%26
%29
%0
%8

Triadic Colors of #ada6ea

#ada6ea #eaada6 #a6eaad

Analogous Colors of #ada6ea

#ada6ea #cfa6ea #a6c1ea

Monochromatic Colors of #ada6ea

#ada6ea

Complementary Color

#ada6ea #e3eaa6

#ada6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada6ea Color CSS Codes

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

#ada6ea Text Font Color

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

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


#ada6ea Background Color

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

This div background color is #ada6ea


#ada6ea Border Color

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

This div border color is #ada6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada6ea


Comments

No comments written yet.

Please login to write comment.