Color Hex Logo

#a0eedf Color Hex

#A0EEDF
(160,238,223)
0 Favorites   0 Comments

Color spaces of #a0eedf

RGB 160238223
HSL0.470.700.78
HSV168°33°93°
CMYK 0.330.000.06   0.07
XYZ58.391073.950481.0084
Yxy73.95040.27370.3466
Hunter Lab85.9944-29.28714.3438
CIE-Lab88.8990-27.1019-0.3654

#a0eedf color RGB value is (160,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101110 11011111
Octal 240 356 337
Decimal 160 238 223
Hex A0 EE DF

RGB Percentages of Color #a0eedf

%25.76
%38.33
%35.91

CMYK Percentages of Color #a0eedf

%33
%0
%6
%7

Triadic Colors of #a0eedf

#a0eedf #dfa0ee #eedfa0

Analogous Colors of #a0eedf

#a0eedf #a0d6ee #a0eeb8

Monochromatic Colors of #a0eedf

#a0eedf

Complementary Color

#a0eedf #eea0af

#a0eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eedf Color CSS Codes

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

#a0eedf Text Font Color

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

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


#a0eedf Background Color

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

This div background color is #a0eedf


#a0eedf Border Color

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

This div border color is #a0eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eedf


Comments

No comments written yet.

Please login to write comment.