Color Hex Logo

#a0ffdd Color Hex

#A0FFDD
(160,255,221)
0 Favorites   0 Comments

Color spaces of #a0ffdd

RGB 160255221
HSL0.441.000.81
HSV159°37°100°
CMYK 0.370.000.13   0.00
XYZ63.308384.214081.3248
Yxy84.21400.27660.3680
Hunter Lab91.7682-37.452211.6950
CIE-Lab93.5434-35.50907.4065

#a0ffdd color RGB value is (160,255,221).

#a0ffdd hex color red value is 160, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a0ffdd hue: 0.44 , saturation: 1.00 and the lightness value of a0ffdd is 0.81.

The process color (four color CMYK) of #a0ffdd color hex is 0.37, 0.00, 0.13, 0.00. Web safe color of #a0ffdd is #99ffcc. Color #a0ffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111111 11011101
Octal 240 377 335
Decimal 160 255 221
Hex A0 FF DD

RGB Percentages of Color #a0ffdd

%25.16
%40.09
%34.75

CMYK Percentages of Color #a0ffdd

%37
%0
%13
%0

Triadic Colors of #a0ffdd

#a0ffdd #dda0ff #ffdda0

Analogous Colors of #a0ffdd

#a0ffdd #a0f2ff #a0ffae

Monochromatic Colors of #a0ffdd

#a0ffdd

Complementary Color

#a0ffdd #ffa0c2

#a0ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ffdd Color CSS Codes

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

#a0ffdd Text Font Color

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

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


#a0ffdd Background Color

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

This div background color is #a0ffdd


#a0ffdd Border Color

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

This div border color is #a0ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ffdd


Comments

No comments written yet.

Please login to write comment.