Color Hex Logo

#a0adef Color Hex

#A0ADEF
(160,173,239)
0 Favorites   0 Comments

Color spaces of #a0adef

RGB 160173239
HSL0.640.710.78
HSV230°33°94°
CMYK 0.330.280.00   0.06
XYZ45.020843.592787.7027
Yxy43.59270.25530.2472
Hunter Lab66.02486.1718-32.5394
CIE-Lab71.955410.6397-34.4390

#a0adef color RGB value is (160,173,239).

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

The process color (four color CMYK) of #a0adef color hex is 0.33, 0.28, 0.00, 0.06. Web safe color of #a0adef is #9999ff. Color #a0adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 11101111
Octal 240 255 357
Decimal 160 173 239
Hex A0 AD EF

RGB Percentages of Color #a0adef

%27.97
%30.24
%41.78

CMYK Percentages of Color #a0adef

%33
%28
%0
%6

Triadic Colors of #a0adef

#a0adef #efa0ad #adefa0

Analogous Colors of #a0adef

#a0adef #bba0ef #a0d5ef

Monochromatic Colors of #a0adef

#a0adef

Complementary Color

#a0adef #efe2a0

#a0adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adef Color CSS Codes

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

#a0adef Text Font Color

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

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


#a0adef Background Color

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

This div background color is #a0adef


#a0adef Border Color

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

This div border color is #a0adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adef


Comments

No comments written yet.

Please login to write comment.