Color Hex Logo

#8fedac Color Hex

#8FEDAC
(143,237,172)
0 Favorites   0 Comments

Color spaces of #8fedac

RGB 143237172
HSL0.380.720.75
HSV139°40°93°
CMYK 0.400.000.27   0.07
XYZ49.058369.386649.8370
Yxy69.38660.29150.4123
Hunter Lab83.2986-40.645922.8362
CIE-Lab86.6951-41.574222.9282

#8fedac color RGB value is (143,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101101 10101100
Octal 217 355 254
Decimal 143 237 172
Hex 8F ED AC

RGB Percentages of Color #8fedac

%25.91
%42.93
%31.16

CMYK Percentages of Color #8fedac

%40
%0
%27
%7

Triadic Colors of #8fedac

#8fedac #ac8fed #edac8f

Analogous Colors of #8fedac

#8fedac #8feddb #a1ed8f

Monochromatic Colors of #8fedac

#8fedac

Complementary Color

#8fedac #ed8fd0

#8fedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fedac Color CSS Codes

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

#8fedac Text Font Color

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

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


#8fedac Background Color

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

This div background color is #8fedac


#8fedac Border Color

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

This div border color is #8fedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fedac


Comments

No comments written yet.

Please login to write comment.