Color Hex Logo

#8bd281 Color Hex

#8BD281
(139,210,129)
0 Favorites   0 Comments

Color spaces of #8bd281

RGB 139210129
HSL0.310.470.66
HSV113°39°82°
CMYK 0.340.000.39   0.18
XYZ37.656553.167129.0465
Yxy53.16710.31410.4435
Hunter Lab72.9158-35.418427.4225
CIE-Lab77.9736-37.829233.2751

#8bd281 color RGB value is (139,210,129).

#8bd281 hex color red value is 139, green value is 210 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #8bd281 hue: 0.31 , saturation: 0.47 and the lightness value of 8bd281 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11010010 10000001
Octal 213 322 201
Decimal 139 210 129
Hex 8B D2 81

RGB Percentages of Color #8bd281

%29.08
%43.93
%26.99

CMYK Percentages of Color #8bd281

%34
%0
%39
%18

Triadic Colors of #8bd281

#8bd281 #818bd2 #d2818b

Analogous Colors of #8bd281

#8bd281 #81d2a0 #b4d281

Monochromatic Colors of #8bd281

#8bd281

Complementary Color

#8bd281 #c881d2

#8bd281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd281 Color CSS Codes

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

#8bd281 Text Font Color

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

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


#8bd281 Background Color

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

This div background color is #8bd281


#8bd281 Border Color

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

This div border color is #8bd281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd281


Comments

No comments written yet.

Please login to write comment.