Color Hex Logo

#8de69a Color Hex

#8DE69A
(141,230,154)
0 Favorites   0 Comments

Color spaces of #8de69a

RGB 141230154
HSL0.360.640.73
HSV129°39°90°
CMYK 0.390.000.33   0.10
XYZ45.114164.589440.6611
Yxy64.58940.30000.4296
Hunter Lab80.3675-40.442726.2601
CIE-Lab84.2717-42.178728.8578

#8de69a color RGB value is (141,230,154).

#8de69a hex color red value is 141, green value is 230 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8de69a hue: 0.36 , saturation: 0.64 and the lightness value of 8de69a is 0.73.

The process color (four color CMYK) of #8de69a color hex is 0.39, 0.00, 0.33, 0.10. Web safe color of #8de69a is #99ff99. Color #8de69a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100110 10011010
Octal 215 346 232
Decimal 141 230 154
Hex 8D E6 9A

RGB Percentages of Color #8de69a

%26.86
%43.81
%29.33

CMYK Percentages of Color #8de69a

%39
%0
%33
%10

Triadic Colors of #8de69a

#8de69a #9a8de6 #e69a8d

Analogous Colors of #8de69a

#8de69a #8de6c7 #ade68d

Monochromatic Colors of #8de69a

#8de69a

Complementary Color

#8de69a #e68dd9

#8de69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de69a Color CSS Codes

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

#8de69a Text Font Color

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

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


#8de69a Background Color

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

This div background color is #8de69a


#8de69a Border Color

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

This div border color is #8de69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de69a


Comments

No comments written yet.

Please login to write comment.