Color Hex Logo

#8dd81b Color Hex

#8DD81B
(141,216,27)
0 Favorites   0 Comments

Color spaces of #8dd81b

RGB 14121627
HSL0.230.780.48
HSV84°88°85°
CMYK 0.350.000.88   0.15
XYZ35.738254.85369.7411
Yxy54.85360.35620.5467
Hunter Lab74.0632-43.477944.0462
CIE-Lab78.9569-48.412474.2689

#8dd81b color RGB value is (141,216,27).

#8dd81b hex color red value is 141, green value is 216 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #8dd81b hue: 0.23 , saturation: 0.78 and the lightness value of 8dd81b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011000 00011011
Octal 215 330 33
Decimal 141 216 27
Hex 8D D8 1B

RGB Percentages of Color #8dd81b

%36.72
%56.25
%7.03

CMYK Percentages of Color #8dd81b

%35
%0
%88
%15

Triadic Colors of #8dd81b

#8dd81b #1b8dd8 #d81b8d

Analogous Colors of #8dd81b

#8dd81b #2ed81b #d8c51b

Monochromatic Colors of #8dd81b

#8dd81b

Complementary Color

#8dd81b #661bd8

#8dd81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd81b Color CSS Codes

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

#8dd81b Text Font Color

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

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


#8dd81b Background Color

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

This div background color is #8dd81b


#8dd81b Border Color

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

This div border color is #8dd81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd81b


Comments

No comments written yet.

Please login to write comment.