Color Hex Logo

#9ece30 Color Hex

#9ECE30
(158,206,48)
0 Favorites   0 Comments

Color spaces of #9ece30

RGB 15820648
HSL0.220.620.50
HSV78°77°81°
CMYK 0.230.000.77   0.19
XYZ36.705451.625110.8264
Yxy51.62510.37020.5206
Hunter Lab71.8506-34.550641.3617
CIE-Lab77.0561-36.992967.7861

#9ece30 color RGB value is (158,206,48).

#9ece30 hex color red value is 158, green value is 206 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #9ece30 hue: 0.22 , saturation: 0.62 and the lightness value of 9ece30 is 0.50.

The process color (four color CMYK) of #9ece30 color hex is 0.23, 0.00, 0.77, 0.19. Web safe color of #9ece30 is #99cc33. Color #9ece30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001110 00110000
Octal 236 316 60
Decimal 158 206 48
Hex 9E CE 30

RGB Percentages of Color #9ece30

%38.35
%50.00
%11.65

CMYK Percentages of Color #9ece30

%23
%0
%77
%19

Triadic Colors of #9ece30

#9ece30 #309ece #ce309e

Analogous Colors of #9ece30

#9ece30 #4fce30 #ceaf30

Monochromatic Colors of #9ece30

#9ece30

Complementary Color

#9ece30 #6030ce

#9ece30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ece30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ece30 Color CSS Codes

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

#9ece30 Text Font Color

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

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


#9ece30 Background Color

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

This div background color is #9ece30


#9ece30 Border Color

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

This div border color is #9ece30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ece30


Comments

No comments written yet.

Please login to write comment.