Color Hex Logo

#9ee149 Color Hex

#9EE149
(158,225,73)
0 Favorites   0 Comments

Color spaces of #9ee149

RGB 15822573
HSL0.240.720.58
HSV86°68°88°
CMYK 0.300.000.68   0.12
XYZ42.228461.600615.9678
Yxy61.60060.35250.5142
Hunter Lab78.4860-41.311042.8778
CIE-Lab82.7006-43.906464.7043

#9ee149 color RGB value is (158,225,73).

#9ee149 hex color red value is 158, green value is 225 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #9ee149 hue: 0.24 , saturation: 0.72 and the lightness value of 9ee149 is 0.58.

The process color (four color CMYK) of #9ee149 color hex is 0.30, 0.00, 0.68, 0.12. Web safe color of #9ee149 is #99cc33. Color #9ee149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100001 01001001
Octal 236 341 111
Decimal 158 225 73
Hex 9E E1 49

RGB Percentages of Color #9ee149

%34.65
%49.34
%16.01

CMYK Percentages of Color #9ee149

%30
%0
%68
%12

Triadic Colors of #9ee149

#9ee149 #499ee1 #e1499e

Analogous Colors of #9ee149

#9ee149 #52e149 #e1d849

Monochromatic Colors of #9ee149

#9ee149

Complementary Color

#9ee149 #8c49e1

#9ee149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee149 Color CSS Codes

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

#9ee149 Text Font Color

<p style="color:#9ee149">Text here</p>

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


#9ee149 Background Color

<div style="background-color:#9ee149">
Div content here</div>

This div background color is #9ee149


#9ee149 Border Color

<div style="border:3px solid #9ee149">
Div here</div>

This div border color is #9ee149


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,225,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ee149; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ee149;
  -webkit-box-shadow: 1px 1px 3px 2px #9ee149;
  box-shadow:         1px 1px 3px 2px #9ee149; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,225,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee149


Comments

No comments written yet.

Please login to write comment.