Color Hex Logo

#8dda0e Color Hex

#8DDA0E
(141,218,14)
0 Favorites   0 Comments

Color spaces of #8dda0e

RGB 14121814
HSL0.230.880.45
HSV83°94°85°
CMYK 0.350.000.94   0.15
XYZ36.135255.83729.2886
Yxy55.83720.35690.5514
Hunter Lab74.7243-44.448444.9370
CIE-Lab79.5211-49.513076.6488

#8dda0e color RGB value is (141,218,14).

#8dda0e hex color red value is 141, green value is 218 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8dda0e hue: 0.23 , saturation: 0.88 and the lightness value of 8dda0e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011010 00001110
Octal 215 332 16
Decimal 141 218 14
Hex 8D DA E

RGB Percentages of Color #8dda0e

%37.80
%58.45
%3.75

CMYK Percentages of Color #8dda0e

%35
%0
%94
%15

Triadic Colors of #8dda0e

#8dda0e #0e8dda #da0e8d

Analogous Colors of #8dda0e

#8dda0e #27da0e #dac10e

Monochromatic Colors of #8dda0e

#8dda0e

Complementary Color

#8dda0e #5b0eda

#8dda0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dda0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dda0e Color CSS Codes

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

#8dda0e Text Font Color

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

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


#8dda0e Background Color

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

This div background color is #8dda0e


#8dda0e Border Color

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

This div border color is #8dda0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dda0e


Comments

No comments written yet.

Please login to write comment.