Color Hex Logo

#8fedaa Color Hex

#8FEDAA
(143,237,170)
0 Favorites   0 Comments

Color spaces of #8fedaa

RGB 143237170
HSL0.380.720.75
HSV137°40°93°
CMYK 0.400.000.28   0.07
XYZ48.867669.310348.8328
Yxy69.31030.29260.4150
Hunter Lab83.2528-40.916823.4998
CIE-Lab86.6575-41.932223.9055

#8fedaa color RGB value is (143,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101101 10101010
Octal 217 355 252
Decimal 143 237 170
Hex 8F ED AA

RGB Percentages of Color #8fedaa

%26.00
%43.09
%30.91

CMYK Percentages of Color #8fedaa

%40
%0
%28
%7

Triadic Colors of #8fedaa

#8fedaa #aa8fed #edaa8f

Analogous Colors of #8fedaa

#8fedaa #8fedd9 #a3ed8f

Monochromatic Colors of #8fedaa

#8fedaa

Complementary Color

#8fedaa #ed8fd2

#8fedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fedaa Color CSS Codes

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

#8fedaa Text Font Color

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

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


#8fedaa Background Color

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

This div background color is #8fedaa


#8fedaa Border Color

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

This div border color is #8fedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fedaa


Comments

No comments written yet.

Please login to write comment.