Color Hex Logo

#8fbeac Color Hex

#8FBEAC
(143,190,172)
1 Favorites   0 Comments

Color spaces of #8fbeac

RGB 143190172
HSL0.440.270.65
HSV157°25°75°
CMYK 0.250.000.09   0.25
XYZ37.187545.645145.8801
Yxy45.64510.28890.3546
Hunter Lab67.5612-19.98087.0296
CIE-Lab73.3147-19.27874.0506

#8fbeac color RGB value is (143,190,172).

#8fbeac hex color red value is 143, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8fbeac hue: 0.44 , saturation: 0.27 and the lightness value of 8fbeac is 0.65.

The process color (four color CMYK) of #8fbeac color hex is 0.25, 0.00, 0.09, 0.25. Web safe color of #8fbeac is #99cc99. Color #8fbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111110 10101100
Octal 217 276 254
Decimal 143 190 172
Hex 8F BE AC

RGB Percentages of Color #8fbeac

%28.32
%37.62
%34.06

CMYK Percentages of Color #8fbeac

%25
%0
%9
%25

Triadic Colors of #8fbeac

#8fbeac #ac8fbe #beac8f

Analogous Colors of #8fbeac

#8fbeac #8fb9be #8fbe95

Monochromatic Colors of #8fbeac

#8fbeac

Complementary Color

#8fbeac #be8fa1

#8fbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbeac Color CSS Codes

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

#8fbeac Text Font Color

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

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


#8fbeac Background Color

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

This div background color is #8fbeac


#8fbeac Border Color

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

This div border color is #8fbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbeac


Comments

No comments written yet.

Please login to write comment.