Color Hex Logo

#9ed868 Color Hex

#9ED868
(158,216,104)
0 Favorites   0 Comments

Color spaces of #9ed868

RGB 158216104
HSL0.250.590.63
HSV91°52°85°
CMYK 0.270.000.52   0.15
XYZ41.155157.380322.0031
Yxy57.38030.34140.4760
Hunter Lab75.7498-35.582535.8028
CIE-Lab80.3930-37.220248.8300

#9ed868 color RGB value is (158,216,104).

#9ed868 hex color red value is 158, green value is 216 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #9ed868 hue: 0.25 , saturation: 0.59 and the lightness value of 9ed868 is 0.63.

The process color (four color CMYK) of #9ed868 color hex is 0.27, 0.00, 0.52, 0.15. Web safe color of #9ed868 is #99cc66. Color #9ed868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011000 01101000
Octal 236 330 150
Decimal 158 216 104
Hex 9E D8 68

RGB Percentages of Color #9ed868

%33.05
%45.19
%21.76

CMYK Percentages of Color #9ed868

%27
%0
%52
%15

Triadic Colors of #9ed868

#9ed868 #689ed8 #d8689e

Analogous Colors of #9ed868

#9ed868 #68d86a #d6d868

Monochromatic Colors of #9ed868

#9ed868

Complementary Color

#9ed868 #a268d8

#9ed868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed868 Color CSS Codes

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

#9ed868 Text Font Color

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

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


#9ed868 Background Color

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

This div background color is #9ed868


#9ed868 Border Color

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

This div border color is #9ed868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ed868


Comments

No comments written yet.

Please login to write comment.