Color Hex Logo

#8fb49a Color Hex

#8FB49A
(143,180,154)
0 Favorites   0 Comments

Color spaces of #8fb49a

RGB 143180154
HSL0.380.200.63
HSV138°21°71°
CMYK 0.210.000.14   0.29
XYZ33.481740.815336.6853
Yxy40.81530.30170.3678
Hunter Lab63.8869-18.254110.6751
CIE-Lab70.0463-17.76609.1873

#8fb49a color RGB value is (143,180,154).

#8fb49a hex color red value is 143, green value is 180 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8fb49a hue: 0.38 , saturation: 0.20 and the lightness value of 8fb49a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110100 10011010
Octal 217 264 232
Decimal 143 180 154
Hex 8F B4 9A

RGB Percentages of Color #8fb49a

%29.98
%37.74
%32.29

CMYK Percentages of Color #8fb49a

%21
%0
%14
%29

Triadic Colors of #8fb49a

#8fb49a #9a8fb4 #b49a8f

Analogous Colors of #8fb49a

#8fb49a #8fb4ad #97b48f

Monochromatic Colors of #8fb49a

#8fb49a

Complementary Color

#8fb49a #b48fa9

#8fb49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb49a Color CSS Codes

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

#8fb49a Text Font Color

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

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


#8fb49a Background Color

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

This div background color is #8fb49a


#8fb49a Border Color

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

This div border color is #8fb49a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,180,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8fb49a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb49a


Comments

No comments written yet.

Please login to write comment.