Color Hex Logo

#8ff0aa Color Hex

#8FF0AA
(143,240,170)
0 Favorites   0 Comments

Color spaces of #8ff0aa

RGB 143240170
HSL0.380.760.75
HSV137°40°94°
CMYK 0.400.000.29   0.06
XYZ49.743571.062149.1248
Yxy71.06210.29270.4182
Hunter Lab84.2983-42.191324.4576
CIE-Lab87.5152-43.250225.0798

#8ff0aa color RGB value is (143,240,170).

#8ff0aa hex color red value is 143, green value is 240 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8ff0aa hue: 0.38 , saturation: 0.76 and the lightness value of 8ff0aa is 0.75.

The process color (four color CMYK) of #8ff0aa color hex is 0.40, 0.00, 0.29, 0.06. Web safe color of #8ff0aa is #99ff99. Color #8ff0aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11110000 10101010
Octal 217 360 252
Decimal 143 240 170
Hex 8F F0 AA

RGB Percentages of Color #8ff0aa

%25.86
%43.40
%30.74

CMYK Percentages of Color #8ff0aa

%40
%0
%29
%6

Triadic Colors of #8ff0aa

#8ff0aa #aa8ff0 #f0aa8f

Analogous Colors of #8ff0aa

#8ff0aa #8ff0db #a5f08f

Monochromatic Colors of #8ff0aa

#8ff0aa

Complementary Color

#8ff0aa #f08fd5

#8ff0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ff0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ff0aa Color CSS Codes

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

#8ff0aa Text Font Color

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

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


#8ff0aa Background Color

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

This div background color is #8ff0aa


#8ff0aa Border Color

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

This div border color is #8ff0aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,240,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ff0aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ff0aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8ff0aa;
  box-shadow:         1px 1px 3px 2px #8ff0aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,240,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 #8ff0aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ff0aa


Comments

No comments written yet.

Please login to write comment.