Color Hex Logo

#9ede66 Color Hex

#9EDE66
(158,222,102)
0 Favorites   0 Comments

Color spaces of #9ede66

RGB 158222102
HSL0.260.650.64
HSV92°54°87°
CMYK 0.290.000.54   0.13
XYZ42.620160.471021.9961
Yxy60.47100.34070.4834
Hunter Lab77.7631-38.253837.6634
CIE-Lab82.0935-40.113851.7744

#9ede66 color RGB value is (158,222,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 01100110
Octal 236 336 146
Decimal 158 222 102
Hex 9E DE 66

RGB Percentages of Color #9ede66

%32.78
%46.06
%21.16

CMYK Percentages of Color #9ede66

%29
%0
%54
%13

Triadic Colors of #9ede66

#9ede66 #669ede #de669e

Analogous Colors of #9ede66

#9ede66 #66de6a #dade66

Monochromatic Colors of #9ede66

#9ede66

Complementary Color

#9ede66 #a666de

#9ede66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ede66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ede66 Color CSS Codes

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

#9ede66 Text Font Color

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

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


#9ede66 Background Color

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

This div background color is #9ede66


#9ede66 Border Color

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

This div border color is #9ede66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ede66


Comments

No comments written yet.

Please login to write comment.