Color Hex Logo

#8bdf40 Color Hex

#8BDF40
(139,223,64)
0 Favorites   0 Comments

Color spaces of #8bdf40

RGB 13922364
HSL0.250.710.56
HSV92°71°87°
CMYK 0.380.000.71   0.13
XYZ37.960658.634514.1673
Yxy58.63450.34270.5294
Hunter Lab76.5732-45.512942.6316
CIE-Lab81.0903-50.277566.0512

#8bdf40 color RGB value is (139,223,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011111 01000000
Octal 213 337 100
Decimal 139 223 64
Hex 8B DF 40

RGB Percentages of Color #8bdf40

%32.63
%52.35
%15.02

CMYK Percentages of Color #8bdf40

%38
%0
%71
%13

Triadic Colors of #8bdf40

#8bdf40 #408bdf #df408b

Analogous Colors of #8bdf40

#8bdf40 #40df45 #dbdf40

Monochromatic Colors of #8bdf40

#8bdf40

Complementary Color

#8bdf40 #9440df

#8bdf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdf40 Color CSS Codes

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

#8bdf40 Text Font Color

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

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


#8bdf40 Background Color

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

This div background color is #8bdf40


#8bdf40 Border Color

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

This div border color is #8bdf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdf40


Comments

No comments written yet.

Please login to write comment.