Color Hex Logo

#8ffedc Color Hex

#8FFEDC
(143,254,220)
0 Favorites   0 Comments

Color spaces of #8ffedc

RGB 143254220
HSL0.450.980.78
HSV162°44°100°
CMYK 0.440.000.13   0.00
XYZ59.687881.890680.3707
Yxy81.89060.26890.3690
Hunter Lab90.4934-40.628210.6877
CIE-Lab92.5266-39.61416.3658

#8ffedc color RGB value is (143,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11111110 11011100
Octal 217 376 334
Decimal 143 254 220
Hex 8F FE DC

RGB Percentages of Color #8ffedc

%23.18
%41.17
%35.66

CMYK Percentages of Color #8ffedc

%44
%0
%13
%0

Triadic Colors of #8ffedc

#8ffedc #dc8ffe #fedc8f

Analogous Colors of #8ffedc

#8ffedc #8fe9fe #8ffea5

Monochromatic Colors of #8ffedc

#8ffedc

Complementary Color

#8ffedc #fe8fb1

#8ffedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ffedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ffedc Color CSS Codes

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

#8ffedc Text Font Color

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

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


#8ffedc Background Color

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

This div background color is #8ffedc


#8ffedc Border Color

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

This div border color is #8ffedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ffedc


Comments

No comments written yet.

Please login to write comment.