Color Hex Logo

#8fedaf Color Hex

#8FEDAF
(143,237,175)
0 Favorites   0 Comments

Color spaces of #8fedaf

RGB 143237175
HSL0.390.720.75
HSV140°40°93°
CMYK 0.400.000.26   0.07
XYZ49.349769.503251.3719
Yxy69.50320.28990.4083
Hunter Lab83.3686-40.232621.8234
CIE-Lab86.7526-41.029421.4609

#8fedaf color RGB value is (143,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101101 10101111
Octal 217 355 257
Decimal 143 237 175
Hex 8F ED AF

RGB Percentages of Color #8fedaf

%25.77
%42.70
%31.53

CMYK Percentages of Color #8fedaf

%40
%0
%26
%7

Triadic Colors of #8fedaf

#8fedaf #af8fed #edaf8f

Analogous Colors of #8fedaf

#8fedaf #8fedde #9eed8f

Monochromatic Colors of #8fedaf

#8fedaf

Complementary Color

#8fedaf #ed8fcd

#8fedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fedaf Color CSS Codes

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

#8fedaf Text Font Color

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

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


#8fedaf Background Color

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

This div background color is #8fedaf


#8fedaf Border Color

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

This div border color is #8fedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fedaf


Comments

No comments written yet.

Please login to write comment.