Color Hex Logo

#8bdd29 Color Hex

#8BDD29
(139,221,41)
0 Favorites   0 Comments

Color spaces of #8bdd29

RGB 13922141
HSL0.240.730.51
HSV87°81°87°
CMYK 0.370.000.81   0.13
XYZ36.904257.362011.2247
Yxy57.36200.34980.5438
Hunter Lab75.7377-45.564544.2293
CIE-Lab80.3828-50.675872.3991

#8bdd29 color RGB value is (139,221,41).

#8bdd29 hex color red value is 139, green value is 221 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #8bdd29 hue: 0.24 , saturation: 0.73 and the lightness value of 8bdd29 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011101 00101001
Octal 213 335 51
Decimal 139 221 41
Hex 8B DD 29

RGB Percentages of Color #8bdd29

%34.66
%55.11
%10.22

CMYK Percentages of Color #8bdd29

%37
%0
%81
%13

Triadic Colors of #8bdd29

#8bdd29 #298bdd #dd298b

Analogous Colors of #8bdd29

#8bdd29 #31dd29 #ddd529

Monochromatic Colors of #8bdd29

#8bdd29

Complementary Color

#8bdd29 #7b29dd

#8bdd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdd29 Color CSS Codes

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

#8bdd29 Text Font Color

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

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


#8bdd29 Background Color

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

This div background color is #8bdd29


#8bdd29 Border Color

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

This div border color is #8bdd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdd29


Comments

No comments written yet.

Please login to write comment.