Color Hex Logo

#a0dbee Color Hex

#A0DBEE
(160,219,238)
0 Favorites   0 Comments

Color spaces of #a0dbee

RGB 160219238
HSL0.540.700.78
HSV195°33°93°
CMYK 0.330.080.00   0.07
XYZ55.261364.309790.3893
Yxy64.30970.26320.3063
Hunter Lab80.1933-17.3338-10.6929
CIE-Lab84.1268-14.2656-15.3350

#a0dbee color RGB value is (160,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011011 11101110
Octal 240 333 356
Decimal 160 219 238
Hex A0 DB EE

RGB Percentages of Color #a0dbee

%25.93
%35.49
%38.57

CMYK Percentages of Color #a0dbee

%33
%8
%0
%7

Triadic Colors of #a0dbee

#a0dbee #eea0db #dbeea0

Analogous Colors of #a0dbee

#a0dbee #a0b4ee #a0eeda

Monochromatic Colors of #a0dbee

#a0dbee

Complementary Color

#a0dbee #eeb3a0

#a0dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dbee Color CSS Codes

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

#a0dbee Text Font Color

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

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


#a0dbee Background Color

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

This div background color is #a0dbee


#a0dbee Border Color

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

This div border color is #a0dbee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,219,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 #a0dbee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dbee


Comments

No comments written yet.

Please login to write comment.