Color Hex Logo

#8fccac Color Hex

#8FCCAC
(143,204,172)
0 Favorites   0 Comments

Color spaces of #8fccac

RGB 143204172
HSL0.410.370.68
HSV149°30°80°
CMYK 0.300.000.16   0.20
XYZ40.367052.003946.9399
Yxy52.00390.28980.3733
Hunter Lab72.1137-26.280311.8869
CIE-Lab77.2832-26.24589.7471

#8fccac color RGB value is (143,204,172).

#8fccac hex color red value is 143, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8fccac hue: 0.41 , saturation: 0.37 and the lightness value of 8fccac is 0.68.

The process color (four color CMYK) of #8fccac color hex is 0.30, 0.00, 0.16, 0.20. Web safe color of #8fccac is #99cc99. Color #8fccac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 10101100
Octal 217 314 254
Decimal 143 204 172
Hex 8F CC AC

RGB Percentages of Color #8fccac

%27.55
%39.31
%33.14

CMYK Percentages of Color #8fccac

%30
%0
%16
%20

Triadic Colors of #8fccac

#8fccac #ac8fcc #ccac8f

Analogous Colors of #8fccac

#8fccac #8fcccb #91cc8f

Monochromatic Colors of #8fccac

#8fccac

Complementary Color

#8fccac #cc8faf

#8fccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccac Color CSS Codes

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

#8fccac Text Font Color

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

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


#8fccac Background Color

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

This div background color is #8fccac


#8fccac Border Color

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

This div border color is #8fccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccac


Comments

No comments written yet.

Please login to write comment.