Color Hex Logo

#8de49a Color Hex

#8DE49A
(141,228,154)
0 Favorites   0 Comments

Color spaces of #8de49a

RGB 141228154
HSL0.360.620.72
HSV129°38°89°
CMYK 0.380.000.32   0.11
XYZ44.560663.482640.4766
Yxy63.48260.30000.4274
Hunter Lab79.6760-39.602825.6530
CIE-Lab83.6957-41.297328.0827

#8de49a color RGB value is (141,228,154).

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

The process color (four color CMYK) of #8de49a color hex is 0.38, 0.00, 0.32, 0.11. Web safe color of #8de49a is #99cc99. Color #8de49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100100 10011010
Octal 215 344 232
Decimal 141 228 154
Hex 8D E4 9A

RGB Percentages of Color #8de49a

%26.96
%43.59
%29.45

CMYK Percentages of Color #8de49a

%38
%0
%32
%11

Triadic Colors of #8de49a

#8de49a #9a8de4 #e49a8d

Analogous Colors of #8de49a

#8de49a #8de4c6 #ace48d

Monochromatic Colors of #8de49a

#8de49a

Complementary Color

#8de49a #e48dd7

#8de49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de49a Color CSS Codes

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

#8de49a Text Font Color

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

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


#8de49a Background Color

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

This div background color is #8de49a


#8de49a Border Color

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

This div border color is #8de49a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,228,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 #8de49a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de49a


Comments

No comments written yet.

Please login to write comment.