Color Hex Logo

#8db20d Color Hex

#8DB20D
(141,178,13)
0 Favorites   0 Comments

Color spaces of #8db20d

RGB 14117813
HSL0.200.860.37
HSV73°93°70°
CMYK 0.210.000.93   0.30
XYZ26.977537.53266.2034
Yxy37.53260.38150.5308
Hunter Lab61.2639-28.609436.8812
CIE-Lab67.6747-32.074367.3088

#8db20d color RGB value is (141,178,13).

#8db20d hex color red value is 141, green value is 178 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #8db20d hue: 0.20 , saturation: 0.86 and the lightness value of 8db20d is 0.37.

The process color (four color CMYK) of #8db20d color hex is 0.21, 0.00, 0.93, 0.30. Web safe color of #8db20d is #999900. Color #8db20d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110010 00001101
Octal 215 262 15
Decimal 141 178 13
Hex 8D B2 D

RGB Percentages of Color #8db20d

%42.47
%53.61
%3.92

CMYK Percentages of Color #8db20d

%21
%0
%93
%30

Triadic Colors of #8db20d

#8db20d #0d8db2 #b20d8d

Analogous Colors of #8db20d

#8db20d #3bb20d #b2850d

Monochromatic Colors of #8db20d

#8db20d

Complementary Color

#8db20d #320db2

#8db20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db20d Color CSS Codes

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

#8db20d Text Font Color

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

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


#8db20d Background Color

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

This div background color is #8db20d


#8db20d Border Color

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

This div border color is #8db20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db20d


Comments

No comments written yet.

Please login to write comment.