Color Hex Logo

#8deb70 Color Hex

#8DEB70
(141,235,112)
0 Favorites   0 Comments

Color spaces of #8deb70

RGB 141235112
HSL0.290.750.68
HSV106°52°92°
CMYK 0.400.000.52   0.08
XYZ43.617566.249225.8177
Yxy66.24920.32150.4883
Hunter Lab81.3936-46.783638.1690
CIE-Lab85.1234-50.211150.5615

#8deb70 color RGB value is (141,235,112).

#8deb70 hex color red value is 141, green value is 235 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #8deb70 hue: 0.29 , saturation: 0.75 and the lightness value of 8deb70 is 0.68.

The process color (four color CMYK) of #8deb70 color hex is 0.40, 0.00, 0.52, 0.08. Web safe color of #8deb70 is #99ff66. Color #8deb70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101011 01110000
Octal 215 353 160
Decimal 141 235 112
Hex 8D EB 70

RGB Percentages of Color #8deb70

%28.89
%48.16
%22.95

CMYK Percentages of Color #8deb70

%40
%0
%52
%8

Triadic Colors of #8deb70

#8deb70 #708deb #eb708d

Analogous Colors of #8deb70

#8deb70 #70eb91 #cbeb70

Monochromatic Colors of #8deb70

#8deb70

Complementary Color

#8deb70 #ce70eb

#8deb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deb70 Color CSS Codes

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

#8deb70 Text Font Color

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

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


#8deb70 Background Color

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

This div background color is #8deb70


#8deb70 Border Color

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

This div border color is #8deb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deb70


Comments

No comments written yet.

Please login to write comment.