Color Hex Logo

#9ef35d Color Hex

#9EF35D
(158,243,93)
0 Favorites   0 Comments

Color spaces of #9ef35d

RGB 15824393
HSL0.260.860.66
HSV94°62°95°
CMYK 0.350.000.62   0.05
XYZ48.126972.160621.7478
Yxy72.16060.33880.5080
Hunter Lab84.9474-47.528944.2841
CIE-Lab88.0458-49.950662.4802

#9ef35d color RGB value is (158,243,93).

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

The process color (four color CMYK) of #9ef35d color hex is 0.35, 0.00, 0.62, 0.05. Web safe color of #9ef35d is #99ff66. Color #9ef35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11110011 01011101
Octal 236 363 135
Decimal 158 243 93
Hex 9E F3 5D

RGB Percentages of Color #9ef35d

%31.98
%49.19
%18.83

CMYK Percentages of Color #9ef35d

%35
%0
%62
%5

Triadic Colors of #9ef35d

#9ef35d #5d9ef3 #f35d9e

Analogous Colors of #9ef35d

#9ef35d #5df367 #e9f35d

Monochromatic Colors of #9ef35d

#9ef35d

Complementary Color

#9ef35d #b25df3

#9ef35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ef35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ef35d Color CSS Codes

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

#9ef35d Text Font Color

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

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


#9ef35d Background Color

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

This div background color is #9ef35d


#9ef35d Border Color

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

This div border color is #9ef35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ef35d


Comments

No comments written yet.

Please login to write comment.