Color Hex Logo

#ada2ec Color Hex

#ADA2EC
(173,162,236)
0 Favorites   0 Comments

Color spaces of #ada2ec

RGB 173162236
HSL0.690.660.78
HSV249°31°93°
CMYK 0.270.310.00   0.07
XYZ45.294240.781084.8411
Yxy40.78100.26500.2386
Hunter Lab63.860014.8503-34.0676
CIE-Lab70.022219.7599-35.7258

#ada2ec color RGB value is (173,162,236).

#ada2ec hex color red value is 173, green value is 162 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ada2ec hue: 0.69 , saturation: 0.66 and the lightness value of ada2ec is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 11101100
Octal 255 242 354
Decimal 173 162 236
Hex AD A2 EC

RGB Percentages of Color #ada2ec

%30.30
%28.37
%41.33

CMYK Percentages of Color #ada2ec

%27
%31
%0
%7

Triadic Colors of #ada2ec

#ada2ec #ecada2 #a2ecad

Analogous Colors of #ada2ec

#ada2ec #d2a2ec #a2bcec

Monochromatic Colors of #ada2ec

#ada2ec

Complementary Color

#ada2ec #e1eca2

#ada2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada2ec Color CSS Codes

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

#ada2ec Text Font Color

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

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


#ada2ec Background Color

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

This div background color is #ada2ec


#ada2ec Border Color

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

This div border color is #ada2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada2ec


Comments

No comments written yet.

Please login to write comment.