Color Hex Logo

#8dd88a Color Hex

#8DD88A
(141,216,138)
0 Favorites   0 Comments

Color spaces of #8dd88a

RGB 141216138
HSL0.330.500.69
HSV118°36°85°
CMYK 0.350.000.36   0.15
XYZ40.127856.609432.8565
Yxy56.60940.30960.4368
Hunter Lab75.2392-36.468126.7759
CIE-Lab79.9594-38.525131.2994

#8dd88a color RGB value is (141,216,138).

#8dd88a hex color red value is 141, green value is 216 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8dd88a hue: 0.33 , saturation: 0.50 and the lightness value of 8dd88a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011000 10001010
Octal 215 330 212
Decimal 141 216 138
Hex 8D D8 8A

RGB Percentages of Color #8dd88a

%28.48
%43.64
%27.88

CMYK Percentages of Color #8dd88a

%35
%0
%36
%15

Triadic Colors of #8dd88a

#8dd88a #8a8dd8 #d88a8d

Analogous Colors of #8dd88a

#8dd88a #8ad8ae #b4d88a

Monochromatic Colors of #8dd88a

#8dd88a

Complementary Color

#8dd88a #d58ad8

#8dd88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd88a Color CSS Codes

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

#8dd88a Text Font Color

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

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


#8dd88a Background Color

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

This div background color is #8dd88a


#8dd88a Border Color

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

This div border color is #8dd88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd88a


Comments

No comments written yet.

Please login to write comment.