Color Hex Logo

#8dd50b Color Hex

#8DD50B
(141,213,11)
0 Favorites   0 Comments

Color spaces of #8dd50b

RGB 14121311
HSL0.230.900.44
HSV81°95°84°
CMYK 0.340.000.95   0.16
XYZ34.839253.27548.7636
Yxy53.27540.35960.5499
Hunter Lab72.9900-42.531843.9743
CIE-Lab78.0373-47.500675.7816

#8dd50b color RGB value is (141,213,11).

#8dd50b hex color red value is 141, green value is 213 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #8dd50b hue: 0.23 , saturation: 0.90 and the lightness value of 8dd50b is 0.44.

The process color (four color CMYK) of #8dd50b color hex is 0.34, 0.00, 0.95, 0.16. Web safe color of #8dd50b is #99cc00. Color #8dd50b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010101 00001011
Octal 215 325 13
Decimal 141 213 11
Hex 8D D5 B

RGB Percentages of Color #8dd50b

%38.63
%58.36
%3.01

CMYK Percentages of Color #8dd50b

%34
%0
%95
%16

Triadic Colors of #8dd50b

#8dd50b #0b8dd5 #d50b8d

Analogous Colors of #8dd50b

#8dd50b #28d50b #d5b80b

Monochromatic Colors of #8dd50b

#8dd50b

Complementary Color

#8dd50b #530bd5

#8dd50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd50b Color CSS Codes

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

#8dd50b Text Font Color

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

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


#8dd50b Background Color

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

This div background color is #8dd50b


#8dd50b Border Color

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

This div border color is #8dd50b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,213,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dd50b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dd50b;
  -webkit-box-shadow: 1px 1px 3px 2px #8dd50b;
  box-shadow:         1px 1px 3px 2px #8dd50b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,213,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd50b


Comments

No comments written yet.

Please login to write comment.