Color Hex Logo

#9ee155 Color Hex

#9EE155
(158,225,85)
0 Favorites   0 Comments

Color spaces of #9ee155

RGB 15822585
HSL0.250.700.61
HSV89°62°88°
CMYK 0.300.000.62   0.12
XYZ42.665561.775418.2695
Yxy61.77540.34770.5034
Hunter Lab78.5973-40.649041.2365
CIE-Lab82.7938-42.996560.0232

#9ee155 color RGB value is (158,225,85).

#9ee155 hex color red value is 158, green value is 225 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #9ee155 hue: 0.25 , saturation: 0.70 and the lightness value of 9ee155 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100001 01010101
Octal 236 341 125
Decimal 158 225 85
Hex 9E E1 55

RGB Percentages of Color #9ee155

%33.76
%48.08
%18.16

CMYK Percentages of Color #9ee155

%30
%0
%62
%12

Triadic Colors of #9ee155

#9ee155 #559ee1 #e1559e

Analogous Colors of #9ee155

#9ee155 #58e155 #e1de55

Monochromatic Colors of #9ee155

#9ee155

Complementary Color

#9ee155 #9855e1

#9ee155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee155 Color CSS Codes

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

#9ee155 Text Font Color

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

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


#9ee155 Background Color

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

This div background color is #9ee155


#9ee155 Border Color

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

This div border color is #9ee155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee155


Comments

No comments written yet.

Please login to write comment.