Color Hex Logo

#a0ccee Color Hex

#A0CCEE
(160,204,238)
0 Favorites   0 Comments

Color spaces of #a0ccee

RGB 160204238
HSL0.570.700.78
HSV206°33°93°
CMYK 0.330.140.00   0.07
XYZ51.522756.832489.1431
Yxy56.83240.26090.2878
Hunter Lab75.3873-9.9336-17.3375
CIE-Lab80.0852-6.4767-21.4353

#a0ccee color RGB value is (160,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 11101110
Octal 240 314 356
Decimal 160 204 238
Hex A0 CC EE

RGB Percentages of Color #a0ccee

%26.58
%33.89
%39.53

CMYK Percentages of Color #a0ccee

%33
%14
%0
%7

Triadic Colors of #a0ccee

#a0ccee #eea0cc #cceea0

Analogous Colors of #a0ccee

#a0ccee #a0a5ee #a0eee9

Monochromatic Colors of #a0ccee

#a0ccee

Complementary Color

#a0ccee #eec2a0

#a0ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ccee Color CSS Codes

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

#a0ccee Text Font Color

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

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


#a0ccee Background Color

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

This div background color is #a0ccee


#a0ccee Border Color

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

This div border color is #a0ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ccee


Comments

No comments written yet.

Please login to write comment.