Color Hex Logo

#8efeda Color Hex

#8EFEDA
(142,254,218)
0 Favorites   0 Comments

Color spaces of #8efeda

RGB 142254218
HSL0.450.980.78
HSV161°44°100°
CMYK 0.440.000.14   0.00
XYZ59.252081.696478.9757
Yxy81.69640.26940.3715
Hunter Lab90.3861-41.161111.4650
CIE-Lab92.4407-40.28867.2696

#8efeda color RGB value is (142,254,218).

#8efeda hex color red value is 142, green value is 254 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8efeda hue: 0.45 , saturation: 0.98 and the lightness value of 8efeda is 0.78.

The process color (four color CMYK) of #8efeda color hex is 0.44, 0.00, 0.14, 0.00. Web safe color of #8efeda is #99ffcc. Color #8efeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111110 11011010
Octal 216 376 332
Decimal 142 254 218
Hex 8E FE DA

RGB Percentages of Color #8efeda

%23.13
%41.37
%35.50

CMYK Percentages of Color #8efeda

%44
%0
%14
%0

Triadic Colors of #8efeda

#8efeda #da8efe #feda8e

Analogous Colors of #8efeda

#8efeda #8eeafe #8efea2

Monochromatic Colors of #8efeda

#8efeda

Complementary Color

#8efeda #fe8eb2

#8efeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efeda Color CSS Codes

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

#8efeda Text Font Color

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

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


#8efeda Background Color

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

This div background color is #8efeda


#8efeda Border Color

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

This div border color is #8efeda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,254,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8efeda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8efeda;
  -webkit-box-shadow: 1px 1px 3px 2px #8efeda;
  box-shadow:         1px 1px 3px 2px #8efeda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,254,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efeda

Related Colors


Comments

No comments written yet.

Please login to write comment.