Color Hex Logo

#a0adee Color Hex

#A0ADEE
(160,173,238)
0 Favorites   0 Comments

Color spaces of #a0adee

RGB 160173238
HSL0.640.700.78
HSV230°33°93°
CMYK 0.330.270.00   0.07
XYZ44.873443.533886.9267
Yxy43.53380.25590.2483
Hunter Lab65.98015.9334-31.9265
CIE-Lab71.915810.3847-33.9569

#a0adee color RGB value is (160,173,238).

#a0adee hex color red value is 160, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a0adee hue: 0.64 , saturation: 0.70 and the lightness value of a0adee is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 11101110
Octal 240 255 356
Decimal 160 173 238
Hex A0 AD EE

RGB Percentages of Color #a0adee

%28.02
%30.30
%41.68

CMYK Percentages of Color #a0adee

%33
%27
%0
%7

Triadic Colors of #a0adee

#a0adee #eea0ad #adeea0

Analogous Colors of #a0adee

#a0adee #baa0ee #a0d4ee

Monochromatic Colors of #a0adee

#a0adee

Complementary Color

#a0adee #eee1a0

#a0adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adee Color CSS Codes

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

#a0adee Text Font Color

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

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


#a0adee Background Color

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

This div background color is #a0adee


#a0adee Border Color

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

This div border color is #a0adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adee


Comments

No comments written yet.

Please login to write comment.