Color Hex Logo

#8de74d Color Hex

#8DE74D
(141,231,77)
0 Favorites   0 Comments

Color spaces of #8de74d

RGB 14123177
HSL0.260.760.60
HSV95°67°91°
CMYK 0.390.000.67   0.09
XYZ40.900063.350417.0934
Yxy63.35040.33710.5221
Hunter Lab79.5930-47.562942.9819
CIE-Lab83.6264-51.940463.8784

#8de74d color RGB value is (141,231,77).

#8de74d hex color red value is 141, green value is 231 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #8de74d hue: 0.26 , saturation: 0.76 and the lightness value of 8de74d is 0.60.

The process color (four color CMYK) of #8de74d color hex is 0.39, 0.00, 0.67, 0.09. Web safe color of #8de74d is #99ff66. Color #8de74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100111 01001101
Octal 215 347 115
Decimal 141 231 77
Hex 8D E7 4D

RGB Percentages of Color #8de74d

%31.40
%51.45
%17.15

CMYK Percentages of Color #8de74d

%39
%0
%67
%9

Triadic Colors of #8de74d

#8de74d #4d8de7 #e74d8d

Analogous Colors of #8de74d

#8de74d #4de75a #dae74d

Monochromatic Colors of #8de74d

#8de74d

Complementary Color

#8de74d #a74de7

#8de74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de74d Color CSS Codes

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

#8de74d Text Font Color

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

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


#8de74d Background Color

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

This div background color is #8de74d


#8de74d Border Color

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

This div border color is #8de74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de74d


Comments

No comments written yet.

Please login to write comment.