Color Hex Logo

#a0eedd Color Hex

#A0EEDD
(160,238,221)
0 Favorites   0 Comments

Color spaces of #a0eedd

RGB 160238221
HSL0.460.700.78
HSV167°33°93°
CMYK 0.330.000.07   0.07
XYZ58.122973.843179.5964
Yxy73.84310.27470.3490
Hunter Lab85.9320-29.64685.2337
CIE-Lab88.8483-27.53460.6062

#a0eedd color RGB value is (160,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101110 11011101
Octal 240 356 335
Decimal 160 238 221
Hex A0 EE DD

RGB Percentages of Color #a0eedd

%25.85
%38.45
%35.70

CMYK Percentages of Color #a0eedd

%33
%0
%7
%7

Triadic Colors of #a0eedd

#a0eedd #dda0ee #eedda0

Analogous Colors of #a0eedd

#a0eedd #a0d8ee #a0eeb6

Monochromatic Colors of #a0eedd

#a0eedd

Complementary Color

#a0eedd #eea0b1

#a0eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eedd Color CSS Codes

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

#a0eedd Text Font Color

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

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


#a0eedd Background Color

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

This div background color is #a0eedd


#a0eedd Border Color

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

This div border color is #a0eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eedd


Comments

No comments written yet.

Please login to write comment.