Color Hex Logo

#a0daeb Color Hex

#A0DAEB
(160,218,235)
0 Favorites   0 Comments

Color spaces of #a0daeb

RGB 160218235
HSL0.540.650.77
HSV194°32°92°
CMYK 0.320.070.00   0.08
XYZ54.564063.614588.0003
Yxy63.61450.26460.3085
Hunter Lab79.7587-17.4635-9.5854
CIE-Lab83.7647-14.4675-14.2885

#a0daeb color RGB value is (160,218,235).

#a0daeb hex color red value is 160, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a0daeb hue: 0.54 , saturation: 0.65 and the lightness value of a0daeb is 0.77.

The process color (four color CMYK) of #a0daeb color hex is 0.32, 0.07, 0.00, 0.08. Web safe color of #a0daeb is #99ccff. Color #a0daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011010 11101011
Octal 240 332 353
Decimal 160 218 235
Hex A0 DA EB

RGB Percentages of Color #a0daeb

%26.10
%35.56
%38.34

CMYK Percentages of Color #a0daeb

%32
%7
%0
%8

Triadic Colors of #a0daeb

#a0daeb #eba0da #daeba0

Analogous Colors of #a0daeb

#a0daeb #a0b5eb #a0ebd7

Monochromatic Colors of #a0daeb

#a0daeb

Complementary Color

#a0daeb #ebb1a0

#a0daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0daeb Color CSS Codes

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

#a0daeb Text Font Color

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

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


#a0daeb Background Color

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

This div background color is #a0daeb


#a0daeb Border Color

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

This div border color is #a0daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0daeb


Comments

No comments written yet.

Please login to write comment.