Color Hex Logo

#8fcaac Color Hex

#8FCAAC
(143,202,172)
0 Favorites   0 Comments

Color spaces of #8fcaac

RGB 143202172
HSL0.420.360.68
HSV149°29°79°
CMYK 0.290.000.15   0.21
XYZ39.894651.059346.7825
Yxy51.05930.28960.3707
Hunter Lab71.4558-25.389011.2016
CIE-Lab76.7149-25.26838.9364

#8fcaac color RGB value is (143,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001010 10101100
Octal 217 312 254
Decimal 143 202 172
Hex 8F CA AC

RGB Percentages of Color #8fcaac

%27.66
%39.07
%33.27

CMYK Percentages of Color #8fcaac

%29
%0
%15
%21

Triadic Colors of #8fcaac

#8fcaac #ac8fca #caac8f

Analogous Colors of #8fcaac

#8fcaac #8fcaca #90ca8f

Monochromatic Colors of #8fcaac

#8fcaac

Complementary Color

#8fcaac #ca8fad

#8fcaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcaac Color CSS Codes

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

#8fcaac Text Font Color

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

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


#8fcaac Background Color

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

This div background color is #8fcaac


#8fcaac Border Color

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

This div border color is #8fcaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcaac


Comments

No comments written yet.

Please login to write comment.