Color Hex Logo

#8bd93d Color Hex

#8BD93D
(139,217,61)
0 Favorites   0 Comments

Color spaces of #8bd93d

RGB 13921761
HSL0.250.670.55
HSV90°72°85°
CMYK 0.360.000.72   0.15
XYZ36.302655.451613.2048
Yxy55.45160.34590.5283
Hunter Lab74.4658-43.295241.6124
CIE-Lab79.3007-48.004665.3149

#8bd93d color RGB value is (139,217,61).

#8bd93d hex color red value is 139, green value is 217 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #8bd93d hue: 0.25 , saturation: 0.67 and the lightness value of 8bd93d is 0.55.

The process color (four color CMYK) of #8bd93d color hex is 0.36, 0.00, 0.72, 0.15. Web safe color of #8bd93d is #99cc33. Color #8bd93d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011001 00111101
Octal 213 331 75
Decimal 139 217 61
Hex 8B D9 3D

RGB Percentages of Color #8bd93d

%33.33
%52.04
%14.63

CMYK Percentages of Color #8bd93d

%36
%0
%72
%15

Triadic Colors of #8bd93d

#8bd93d #3d8bd9 #d93d8b

Analogous Colors of #8bd93d

#8bd93d #3dd93d #d9d93d

Monochromatic Colors of #8bd93d

#8bd93d

Complementary Color

#8bd93d #8b3dd9

#8bd93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd93d Color CSS Codes

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

#8bd93d Text Font Color

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

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


#8bd93d Background Color

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

This div background color is #8bd93d


#8bd93d Border Color

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

This div border color is #8bd93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd93d


Comments

No comments written yet.

Please login to write comment.