Color Hex Logo

#a0fdaa Color Hex

#A0FDAA
(160,253,170)
0 Favorites   0 Comments

Color spaces of #a0fdaa

RGB 160253170
HSL0.350.960.81
HSV126°37°99°
CMYK 0.370.000.33   0.01
XYZ56.878280.626450.5949
Yxy80.62640.30240.4286
Hunter Lab89.7922-44.066929.4466
CIE-Lab91.9652-44.020931.2371

#a0fdaa color RGB value is (160,253,170).

#a0fdaa hex color red value is 160, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a0fdaa hue: 0.35 , saturation: 0.96 and the lightness value of a0fdaa is 0.81.

The process color (four color CMYK) of #a0fdaa color hex is 0.37, 0.00, 0.33, 0.01. Web safe color of #a0fdaa is #99ff99. Color #a0fdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111101 10101010
Octal 240 375 252
Decimal 160 253 170
Hex A0 FD AA

RGB Percentages of Color #a0fdaa

%27.44
%43.40
%29.16

CMYK Percentages of Color #a0fdaa

%37
%0
%33
%1

Triadic Colors of #a0fdaa

#a0fdaa #aaa0fd #fdaaa0

Analogous Colors of #a0fdaa

#a0fdaa #a0fdd9 #c5fda0

Monochromatic Colors of #a0fdaa

#a0fdaa

Complementary Color

#a0fdaa #fda0f3

#a0fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fdaa Color CSS Codes

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

#a0fdaa Text Font Color

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

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


#a0fdaa Background Color

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

This div background color is #a0fdaa


#a0fdaa Border Color

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

This div border color is #a0fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.