Color Hex Logo

#8db013 Color Hex

#8DB013
(141,176,19)
0 Favorites   0 Comments

Color spaces of #8db013

RGB 14117619
HSL0.200.810.38
HSV73°89°69°
CMYK 0.200.000.89   0.31
XYZ26.627436.76046.3082
Yxy36.76040.38210.5274
Hunter Lab60.6304-27.710236.2725
CIE-Lab67.0969-31.011365.8816

#8db013 color RGB value is (141,176,19).

#8db013 hex color red value is 141, green value is 176 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #8db013 hue: 0.20 , saturation: 0.81 and the lightness value of 8db013 is 0.38.

The process color (four color CMYK) of #8db013 color hex is 0.20, 0.00, 0.89, 0.31. Web safe color of #8db013 is #999900. Color #8db013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110000 00010011
Octal 215 260 23
Decimal 141 176 19
Hex 8D B0 13

RGB Percentages of Color #8db013

%41.96
%52.38
%5.65

CMYK Percentages of Color #8db013

%20
%0
%89
%31

Triadic Colors of #8db013

#8db013 #138db0 #b0138d

Analogous Colors of #8db013

#8db013 #3fb013 #b08513

Monochromatic Colors of #8db013

#8db013

Complementary Color

#8db013 #3613b0

#8db013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db013 Color CSS Codes

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

#8db013 Text Font Color

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

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


#8db013 Background Color

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

This div background color is #8db013


#8db013 Border Color

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

This div border color is #8db013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db013


Comments

No comments written yet.

Please login to write comment.