Color Hex Logo

#9ed010 Color Hex

#9ED010
(158,208,16)
0 Favorites   0 Comments

Color spaces of #9ed010

RGB 15820816
HSL0.210.860.44
HSV76°92°82°
CMYK 0.240.000.92   0.18
XYZ36.750052.41838.6710
Yxy52.41830.37560.5358
Hunter Lab72.4005-36.095443.5795
CIE-Lab77.5303-38.889475.2127

#9ed010 color RGB value is (158,208,16).

#9ed010 hex color red value is 158, green value is 208 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #9ed010 hue: 0.21 , saturation: 0.86 and the lightness value of 9ed010 is 0.44.

The process color (four color CMYK) of #9ed010 color hex is 0.24, 0.00, 0.92, 0.18. Web safe color of #9ed010 is #99cc00. Color #9ed010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11010000 00010000
Octal 236 320 20
Decimal 158 208 16
Hex 9E D0 10

RGB Percentages of Color #9ed010

%41.36
%54.45
%4.19

CMYK Percentages of Color #9ed010

%24
%0
%92
%18

Triadic Colors of #9ed010

#9ed010 #109ed0 #d0109e

Analogous Colors of #9ed010

#9ed010 #3ed010 #d0a210

Monochromatic Colors of #9ed010

#9ed010

Complementary Color

#9ed010 #4210d0

#9ed010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed010 Color CSS Codes

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

#9ed010 Text Font Color

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

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


#9ed010 Background Color

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

This div background color is #9ed010


#9ed010 Border Color

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

This div border color is #9ed010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ed010


Comments

No comments written yet.

Please login to write comment.