Color Hex Logo

#8fdcac Color Hex

#8FDCAC
(143,220,172)
0 Favorites   0 Comments

Color spaces of #8fdcac

RGB 143220172
HSL0.400.520.71
HSV143°35°86°
CMYK 0.350.000.22   0.14
XYZ44.367360.004648.2734
Yxy60.00460.29070.3931
Hunter Lab77.4626-33.322417.2753
CIE-Lab81.8407-33.864216.1875

#8fdcac color RGB value is (143,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 10101100
Octal 217 334 254
Decimal 143 220 172
Hex 8F DC AC

RGB Percentages of Color #8fdcac

%26.73
%41.12
%32.15

CMYK Percentages of Color #8fdcac

%35
%0
%22
%14

Triadic Colors of #8fdcac

#8fdcac #ac8fdc #dcac8f

Analogous Colors of #8fdcac

#8fdcac #8fdcd3 #99dc8f

Monochromatic Colors of #8fdcac

#8fdcac

Complementary Color

#8fdcac #dc8fbf

#8fdcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcac Color CSS Codes

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

#8fdcac Text Font Color

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

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


#8fdcac Background Color

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

This div background color is #8fdcac


#8fdcac Border Color

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

This div border color is #8fdcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcac


Comments

No comments written yet.

Please login to write comment.