Color Hex Logo

#8dda2e Color Hex

#8DDA2E
(141,218,46)
0 Favorites   0 Comments

Color spaces of #8dda2e

RGB 14121846
HSL0.240.700.52
HSV87°79°85°
CMYK 0.350.000.79   0.15
XYZ36.549156.002811.4681
Yxy56.00280.35140.5384
Hunter Lab74.8350-43.782743.2986
CIE-Lab79.6154-48.541970.4030

#8dda2e color RGB value is (141,218,46).

#8dda2e hex color red value is 141, green value is 218 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8dda2e hue: 0.24 , saturation: 0.70 and the lightness value of 8dda2e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011010 00101110
Octal 215 332 56
Decimal 141 218 46
Hex 8D DA 2E

RGB Percentages of Color #8dda2e

%34.81
%53.83
%11.36

CMYK Percentages of Color #8dda2e

%35
%0
%79
%15

Triadic Colors of #8dda2e

#8dda2e #2e8dda #da2e8d

Analogous Colors of #8dda2e

#8dda2e #37da2e #dad12e

Monochromatic Colors of #8dda2e

#8dda2e

Complementary Color

#8dda2e #7b2eda

#8dda2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dda2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dda2e Color CSS Codes

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

#8dda2e Text Font Color

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

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


#8dda2e Background Color

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

This div background color is #8dda2e


#8dda2e Border Color

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

This div border color is #8dda2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dda2e


Comments

No comments written yet.

Please login to write comment.