Color Hex Logo

#8bd27a Color Hex

#8BD27A
(139,210,122)
0 Favorites   0 Comments

Color spaces of #8bd27a

RGB 139210122
HSL0.300.490.65
HSV108°42°82°
CMYK 0.340.000.42   0.18
XYZ37.206952.987326.6789
Yxy52.98730.31840.4534
Hunter Lab72.7924-36.148629.2245
CIE-Lab77.8675-38.839536.6900

#8bd27a color RGB value is (139,210,122).

#8bd27a hex color red value is 139, green value is 210 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #8bd27a hue: 0.30 , saturation: 0.49 and the lightness value of 8bd27a is 0.65.

The process color (four color CMYK) of #8bd27a color hex is 0.34, 0.00, 0.42, 0.18. Web safe color of #8bd27a is #99cc66. Color #8bd27a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11010010 01111010
Octal 213 322 172
Decimal 139 210 122
Hex 8B D2 7A

RGB Percentages of Color #8bd27a

%29.51
%44.59
%25.90

CMYK Percentages of Color #8bd27a

%34
%0
%42
%18

Triadic Colors of #8bd27a

#8bd27a #7a8bd2 #d27a8b

Analogous Colors of #8bd27a

#8bd27a #7ad295 #b7d27a

Monochromatic Colors of #8bd27a

#8bd27a

Complementary Color

#8bd27a #c17ad2

#8bd27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd27a Color CSS Codes

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

#8bd27a Text Font Color

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

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


#8bd27a Background Color

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

This div background color is #8bd27a


#8bd27a Border Color

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

This div border color is #8bd27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd27a


Comments

No comments written yet.

Please login to write comment.