Color Hex Logo

#8de85d Color Hex

#8DE85D
(141,232,93)
0 Favorites   0 Comments

Color spaces of #8de85d

RGB 14123293
HSL0.280.750.64
HSV99°60°91°
CMYK 0.390.000.60   0.09
XYZ41.816964.166320.5373
Yxy64.16630.33050.5072
Hunter Lab80.1039-46.998840.8717
CIE-Lab84.0523-50.976057.8054

#8de85d color RGB value is (141,232,93).

#8de85d hex color red value is 141, green value is 232 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #8de85d hue: 0.28 , saturation: 0.75 and the lightness value of 8de85d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101000 01011101
Octal 215 350 135
Decimal 141 232 93
Hex 8D E8 5D

RGB Percentages of Color #8de85d

%30.26
%49.79
%19.96

CMYK Percentages of Color #8de85d

%39
%0
%60
%9

Triadic Colors of #8de85d

#8de85d #5d8de8 #e85d8d

Analogous Colors of #8de85d

#8de85d #5de873 #d3e85d

Monochromatic Colors of #8de85d

#8de85d

Complementary Color

#8de85d #b85de8

#8de85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de85d Color CSS Codes

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

#8de85d Text Font Color

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

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


#8de85d Background Color

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

This div background color is #8de85d


#8de85d Border Color

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

This div border color is #8de85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de85d


Comments

No comments written yet.

Please login to write comment.