Color Hex Logo

#9ee085 Color Hex

#9EE085
(158,224,133)
0 Favorites   0 Comments

Color spaces of #9ee085

RGB 158224133
HSL0.290.590.70
HSV104°41°88°
CMYK 0.290.000.41   0.12
XYZ44.989862.273931.8391
Yxy62.27390.32340.4477
Hunter Lab78.9138-36.334031.3181
CIE-Lab83.0589-37.309438.0425

#9ee085 color RGB value is (158,224,133).

#9ee085 hex color red value is 158, green value is 224 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #9ee085 hue: 0.29 , saturation: 0.59 and the lightness value of 9ee085 is 0.70.

The process color (four color CMYK) of #9ee085 color hex is 0.29, 0.00, 0.41, 0.12. Web safe color of #9ee085 is #99cc99. Color #9ee085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100000 10000101
Octal 236 340 205
Decimal 158 224 133
Hex 9E E0 85

RGB Percentages of Color #9ee085

%30.68
%43.50
%25.83

CMYK Percentages of Color #9ee085

%29
%0
%41
%12

Triadic Colors of #9ee085

#9ee085 #859ee0 #e0859e

Analogous Colors of #9ee085

#9ee085 #85e09a #cce085

Monochromatic Colors of #9ee085

#9ee085

Complementary Color

#9ee085 #c785e0

#9ee085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee085 Color CSS Codes

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

#9ee085 Text Font Color

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

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


#9ee085 Background Color

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

This div background color is #9ee085


#9ee085 Border Color

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

This div border color is #9ee085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee085


Comments

No comments written yet.

Please login to write comment.