Color Hex Logo

#8fefad Color Hex

#8FEFAD
(143,239,173)
0 Favorites   0 Comments

Color spaces of #8fefad

RGB 143239173
HSL0.390.750.75
HSV139°40°94°
CMYK 0.400.000.28   0.06
XYZ49.737070.589850.5389
Yxy70.58980.29110.4131
Hunter Lab84.0177-41.362223.1479
CIE-Lab87.2853-42.277023.2255

#8fefad color RGB value is (143,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101111 10101101
Octal 217 357 255
Decimal 143 239 173
Hex 8F EF AD

RGB Percentages of Color #8fefad

%25.77
%43.06
%31.17

CMYK Percentages of Color #8fefad

%40
%0
%28
%6

Triadic Colors of #8fefad

#8fefad #ad8fef #efad8f

Analogous Colors of #8fefad

#8fefad #8fefdd #a1ef8f

Monochromatic Colors of #8fefad

#8fefad

Complementary Color

#8fefad #ef8fd1

#8fefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fefad Color CSS Codes

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

#8fefad Text Font Color

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

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


#8fefad Background Color

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

This div background color is #8fefad


#8fefad Border Color

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

This div border color is #8fefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fefad


Comments

No comments written yet.

Please login to write comment.