Color Hex Logo

#8db72a Color Hex

#8DB72A
(141,183,42)
0 Favorites   0 Comments

Color spaces of #8db72a

RGB 14118342
HSL0.220.630.44
HSV78°77°72°
CMYK 0.230.000.77   0.28
XYZ28.335939.69698.3593
Yxy39.69690.37090.5196
Hunter Lab63.0055-29.981536.2375
CIE-Lab69.2531-33.452561.9853

#8db72a color RGB value is (141,183,42).

#8db72a hex color red value is 141, green value is 183 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8db72a hue: 0.22 , saturation: 0.63 and the lightness value of 8db72a is 0.44.

The process color (four color CMYK) of #8db72a color hex is 0.23, 0.00, 0.77, 0.28. Web safe color of #8db72a is #99cc33. Color #8db72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10110111 00101010
Octal 215 267 52
Decimal 141 183 42
Hex 8D B7 2A

RGB Percentages of Color #8db72a

%38.52
%50.00
%11.48

CMYK Percentages of Color #8db72a

%23
%0
%77
%28

Triadic Colors of #8db72a

#8db72a #2a8db7 #b72a8d

Analogous Colors of #8db72a

#8db72a #46b72a #b79b2a

Monochromatic Colors of #8db72a

#8db72a

Complementary Color

#8db72a #542ab7

#8db72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8db72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8db72a Color CSS Codes

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

#8db72a Text Font Color

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

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


#8db72a Background Color

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

This div background color is #8db72a


#8db72a Border Color

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

This div border color is #8db72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8db72a


Comments

No comments written yet.

Please login to write comment.