Color Hex Logo

#8bde3d Color Hex

#8BDE3D
(139,222,61)
0 Favorites   0 Comments

Color spaces of #8bde3d

RGB 13922261
HSL0.250.710.55
HSV91°73°87°
CMYK 0.370.000.73   0.13
XYZ37.611058.068413.6409
Yxy58.06840.34400.5312
Hunter Lab76.2026-45.253142.7284
CIE-Lab80.7768-50.060266.7819

#8bde3d color RGB value is (139,222,61).

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

The process color (four color CMYK) of #8bde3d color hex is 0.37, 0.00, 0.73, 0.13. Web safe color of #8bde3d is #99cc33. Color #8bde3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011110 00111101
Octal 213 336 75
Decimal 139 222 61
Hex 8B DE 3D

RGB Percentages of Color #8bde3d

%32.94
%52.61
%14.45

CMYK Percentages of Color #8bde3d

%37
%0
%73
%13

Triadic Colors of #8bde3d

#8bde3d #3d8bde #de3d8b

Analogous Colors of #8bde3d

#8bde3d #3dde3f #dcde3d

Monochromatic Colors of #8bde3d

#8bde3d

Complementary Color

#8bde3d #903dde

#8bde3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bde3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bde3d Color CSS Codes

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

#8bde3d Text Font Color

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

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


#8bde3d Background Color

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

This div background color is #8bde3d


#8bde3d Border Color

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

This div border color is #8bde3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,222,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 #8bde3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bde3d


Comments

No comments written yet.

Please login to write comment.