Color Hex Logo

#a0dcee Color Hex

#A0DCEE
(160,220,238)
0 Favorites   0 Comments

Color spaces of #a0dcee

RGB 160220238
HSL0.540.700.78
HSV194°33°93°
CMYK 0.330.080.00   0.07
XYZ55.523064.833090.4766
Yxy64.83300.26340.3075
Hunter Lab80.5189-17.8209-10.2590
CIE-Lab84.3976-14.7754-14.9285

#a0dcee color RGB value is (160,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011100 11101110
Octal 240 334 356
Decimal 160 220 238
Hex A0 DC EE

RGB Percentages of Color #a0dcee

%25.89
%35.60
%38.51

CMYK Percentages of Color #a0dcee

%33
%8
%0
%7

Triadic Colors of #a0dcee

#a0dcee #eea0dc #dceea0

Analogous Colors of #a0dcee

#a0dcee #a0b5ee #a0eed9

Monochromatic Colors of #a0dcee

#a0dcee

Complementary Color

#a0dcee #eeb2a0

#a0dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dcee Color CSS Codes

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

#a0dcee Text Font Color

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

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


#a0dcee Background Color

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

This div background color is #a0dcee


#a0dcee Border Color

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

This div border color is #a0dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dcee


Comments

No comments written yet.

Please login to write comment.