Color Hex Logo

#9ee068 Color Hex

#9EE068
(158,224,104)
0 Favorites   0 Comments

Color spaces of #9ee068

RGB 158224104
HSL0.260.660.64
HSV93°54°88°
CMYK 0.290.000.54   0.12
XYZ43.254961.579922.7030
Yxy61.57990.33920.4828
Hunter Lab78.4729-38.936837.7778
CIE-Lab82.6895-40.792051.5580

#9ee068 color RGB value is (158,224,104).

#9ee068 hex color red value is 158, green value is 224 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #9ee068 hue: 0.26 , saturation: 0.66 and the lightness value of 9ee068 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100000 01101000
Octal 236 340 150
Decimal 158 224 104
Hex 9E E0 68

RGB Percentages of Color #9ee068

%32.51
%46.09
%21.40

CMYK Percentages of Color #9ee068

%29
%0
%54
%12

Triadic Colors of #9ee068

#9ee068 #689ee0 #e0689e

Analogous Colors of #9ee068

#9ee068 #68e06e #dae068

Monochromatic Colors of #9ee068

#9ee068

Complementary Color

#9ee068 #aa68e0

#9ee068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee068 Color CSS Codes

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

#9ee068 Text Font Color

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

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


#9ee068 Background Color

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

This div background color is #9ee068


#9ee068 Border Color

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

This div border color is #9ee068


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,224,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 #9ee068">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee068


Comments

No comments written yet.

Please login to write comment.