Color Hex Logo

#a0eeec Color Hex

#A0EEEC
(160,238,236)
0 Favorites   0 Comments

Color spaces of #a0eeec

RGB 160238236
HSL0.500.700.78
HSV178°33°93°
CMYK 0.330.000.01   0.07
XYZ60.212174.678890.5978
Yxy74.67880.26700.3312
Hunter Lab86.4169-26.8574-1.6667
CIE-Lab89.2423-24.2079-6.6594

#a0eeec color RGB value is (160,238,236).

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

The process color (four color CMYK) of #a0eeec color hex is 0.33, 0.00, 0.01, 0.07. Web safe color of #a0eeec is #99ffff. Color #a0eeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101110 11101100
Octal 240 356 354
Decimal 160 238 236
Hex A0 EE EC

RGB Percentages of Color #a0eeec

%25.24
%37.54
%37.22

CMYK Percentages of Color #a0eeec

%33
%0
%1
%7

Triadic Colors of #a0eeec

#a0eeec #eca0ee #eeeca0

Analogous Colors of #a0eeec

#a0eeec #a0c9ee #a0eec5

Monochromatic Colors of #a0eeec

#a0eeec

Complementary Color

#a0eeec #eea0a2

#a0eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eeec Color CSS Codes

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

#a0eeec Text Font Color

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

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


#a0eeec Background Color

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

This div background color is #a0eeec


#a0eeec Border Color

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

This div border color is #a0eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eeec


Comments

No comments written yet.

Please login to write comment.