Color Hex Logo

#8edfaf Color Hex

#8EDFAF
(142,223,175)
0 Favorites   0 Comments

Color spaces of #8edfaf

RGB 142223175
HSL0.400.560.72
HSV144°36°87°
CMYK 0.360.000.22   0.13
XYZ45.280961.621350.0650
Yxy61.62130.28850.3926
Hunter Lab78.4992-34.409117.1357
CIE-Lab82.7116-34.974115.8254

#8edfaf color RGB value is (142,223,175).

#8edfaf hex color red value is 142, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8edfaf hue: 0.40 , saturation: 0.56 and the lightness value of 8edfaf is 0.72.

The process color (four color CMYK) of #8edfaf color hex is 0.36, 0.00, 0.22, 0.13. Web safe color of #8edfaf is #99cc99. Color #8edfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 10101111
Octal 216 337 257
Decimal 142 223 175
Hex 8E DF AF

RGB Percentages of Color #8edfaf

%26.30
%41.30
%32.41

CMYK Percentages of Color #8edfaf

%36
%0
%22
%13

Triadic Colors of #8edfaf

#8edfaf #af8edf #dfaf8e

Analogous Colors of #8edfaf

#8edfaf #8edfd8 #96df8e

Monochromatic Colors of #8edfaf

#8edfaf

Complementary Color

#8edfaf #df8ebe

#8edfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfaf Color CSS Codes

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

#8edfaf Text Font Color

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

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


#8edfaf Background Color

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

This div background color is #8edfaf


#8edfaf Border Color

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

This div border color is #8edfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfaf


Comments

No comments written yet.

Please login to write comment.