Color Hex Logo

#8bb47d Color Hex

#8BB47D
(139,180,125)
0 Favorites   0 Comments

Color spaces of #8bb47d

RGB 139180125
HSL0.290.270.60
HSV105°31°71°
CMYK 0.230.000.31   0.29
XYZ30.670439.612225.4314
Yxy39.61220.32040.4139
Hunter Lab62.9382-23.157120.0995
CIE-Lab69.1924-24.259123.7149

#8bb47d color RGB value is (139,180,125).

#8bb47d hex color red value is 139, green value is 180 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #8bb47d hue: 0.29 , saturation: 0.27 and the lightness value of 8bb47d is 0.60.

The process color (four color CMYK) of #8bb47d color hex is 0.23, 0.00, 0.31, 0.29. Web safe color of #8bb47d is #99cc66. Color #8bb47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110100 01111101
Octal 213 264 175
Decimal 139 180 125
Hex 8B B4 7D

RGB Percentages of Color #8bb47d

%31.31
%40.54
%28.15

CMYK Percentages of Color #8bb47d

%23
%0
%31
%29

Triadic Colors of #8bb47d

#8bb47d #7d8bb4 #b47d8b

Analogous Colors of #8bb47d

#8bb47d #7db48b #a7b47d

Monochromatic Colors of #8bb47d

#8bb47d

Complementary Color

#8bb47d #a67db4

#8bb47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb47d Color CSS Codes

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

#8bb47d Text Font Color

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

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


#8bb47d Background Color

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

This div background color is #8bb47d


#8bb47d Border Color

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

This div border color is #8bb47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb47d


Comments

No comments written yet.

Please login to write comment.