Color Hex Logo

#8feeaa Color Hex

#8FEEAA
(143,238,170)
0 Favorites   0 Comments

Color spaces of #8feeaa

RGB 143238170
HSL0.380.740.75
HSV137°40°93°
CMYK 0.400.000.29   0.07
XYZ49.157969.891048.9296
Yxy69.89100.29260.4161
Hunter Lab83.6008-41.342223.8195
CIE-Lab86.9434-42.373024.2974

#8feeaa color RGB value is (143,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101110 10101010
Octal 217 356 252
Decimal 143 238 170
Hex 8F EE AA

RGB Percentages of Color #8feeaa

%25.95
%43.19
%30.85

CMYK Percentages of Color #8feeaa

%40
%0
%29
%7

Triadic Colors of #8feeaa

#8feeaa #aa8fee #eeaa8f

Analogous Colors of #8feeaa

#8feeaa #8feeda #a4ee8f

Monochromatic Colors of #8feeaa

#8feeaa

Complementary Color

#8feeaa #ee8fd3

#8feeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feeaa Color CSS Codes

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

#8feeaa Text Font Color

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

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


#8feeaa Background Color

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

This div background color is #8feeaa


#8feeaa Border Color

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

This div border color is #8feeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feeaa


Comments

No comments written yet.

Please login to write comment.