Color Hex Logo

#8fdbac Color Hex

#8FDBAC
(143,219,172)
0 Favorites   0 Comments

Color spaces of #8fdbac

RGB 143219172
HSL0.400.510.71
HSV143°35°86°
CMYK 0.350.000.21   0.14
XYZ44.105659.481248.1861
Yxy59.48120.29060.3919
Hunter Lab77.1241-32.886816.9432
CIE-Lab81.5554-33.398615.7876

#8fdbac color RGB value is (143,219,172).

#8fdbac hex color red value is 143, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8fdbac hue: 0.40 , saturation: 0.51 and the lightness value of 8fdbac is 0.71.

The process color (four color CMYK) of #8fdbac color hex is 0.35, 0.00, 0.21, 0.14. Web safe color of #8fdbac is #99cc99. Color #8fdbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011011 10101100
Octal 217 333 254
Decimal 143 219 172
Hex 8F DB AC

RGB Percentages of Color #8fdbac

%26.78
%41.01
%32.21

CMYK Percentages of Color #8fdbac

%35
%0
%21
%14

Triadic Colors of #8fdbac

#8fdbac #ac8fdb #dbac8f

Analogous Colors of #8fdbac

#8fdbac #8fdbd2 #98db8f

Monochromatic Colors of #8fdbac

#8fdbac

Complementary Color

#8fdbac #db8fbe

#8fdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdbac Color CSS Codes

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

#8fdbac Text Font Color

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

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


#8fdbac Background Color

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

This div background color is #8fdbac


#8fdbac Border Color

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

This div border color is #8fdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdbac


Comments

No comments written yet.

Please login to write comment.