Color Hex Logo

#a0eecb Color Hex

#A0EECB
(160,238,203)
0 Favorites   0 Comments

Color spaces of #a0eecb

RGB 160238203
HSL0.430.700.78
HSV153°33°93°
CMYK 0.330.000.15   0.07
XYZ55.851272.934567.6340
Yxy72.93450.28430.3713
Hunter Lab85.4017-32.717112.8264
CIE-Lab88.4165-31.27619.3815

#a0eecb color RGB value is (160,238,203).

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

The process color (four color CMYK) of #a0eecb color hex is 0.33, 0.00, 0.15, 0.07. Web safe color of #a0eecb is #99ffcc. Color #a0eecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101110 11001011
Octal 240 356 313
Decimal 160 238 203
Hex A0 EE CB

RGB Percentages of Color #a0eecb

%26.62
%39.60
%33.78

CMYK Percentages of Color #a0eecb

%33
%0
%15
%7

Triadic Colors of #a0eecb

#a0eecb #cba0ee #eecba0

Analogous Colors of #a0eecb

#a0eecb #a0eaee #a0eea4

Monochromatic Colors of #a0eecb

#a0eecb

Complementary Color

#a0eecb #eea0c3

#a0eecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eecb Color CSS Codes

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

#a0eecb Text Font Color

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

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


#a0eecb Background Color

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

This div background color is #a0eecb


#a0eecb Border Color

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

This div border color is #a0eecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eecb


Comments

No comments written yet.

Please login to write comment.