Color Hex Logo

#8dd321 Color Hex

#8DD321
(141,211,33)
0 Favorites   0 Comments

Color spaces of #8dd321

RGB 14121133
HSL0.230.730.48
HSV84°84°83°
CMYK 0.330.000.84   0.17
XYZ34.553352.36119.7244
Yxy52.36110.35760.5418
Hunter Lab72.3610-41.395642.6849
CIE-Lab77.4963-46.150071.8018

#8dd321 color RGB value is (141,211,33).

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

The process color (four color CMYK) of #8dd321 color hex is 0.33, 0.00, 0.84, 0.17. Web safe color of #8dd321 is #99cc33. Color #8dd321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010011 00100001
Octal 215 323 41
Decimal 141 211 33
Hex 8D D3 21

RGB Percentages of Color #8dd321

%36.62
%54.81
%8.57

CMYK Percentages of Color #8dd321

%33
%0
%84
%17

Triadic Colors of #8dd321

#8dd321 #218dd3 #d3218d

Analogous Colors of #8dd321

#8dd321 #34d321 #d3c021

Monochromatic Colors of #8dd321

#8dd321

Complementary Color

#8dd321 #6721d3

#8dd321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd321 Color CSS Codes

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

#8dd321 Text Font Color

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

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


#8dd321 Background Color

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

This div background color is #8dd321


#8dd321 Border Color

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

This div border color is #8dd321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd321


Comments

No comments written yet.

Please login to write comment.