Color Hex Logo

#9ee13d Color Hex

#9EE13D
(158,225,61)
0 Favorites   0 Comments

Color spaces of #9ee13d

RGB 15822561
HSL0.230.730.56
HSV85°73°88°
CMYK 0.300.000.73   0.12
XYZ41.868161.456414.0705
Yxy61.45640.35660.5235
Hunter Lab78.3941-41.857944.2343
CIE-Lab82.6235-44.662368.9261

#9ee13d color RGB value is (158,225,61).

#9ee13d hex color red value is 158, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9ee13d hue: 0.23 , saturation: 0.73 and the lightness value of 9ee13d is 0.56.

The process color (four color CMYK) of #9ee13d color hex is 0.30, 0.00, 0.73, 0.12. Web safe color of #9ee13d is #99cc33. Color #9ee13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100001 00111101
Octal 236 341 75
Decimal 158 225 61
Hex 9E E1 3D

RGB Percentages of Color #9ee13d

%35.59
%50.68
%13.74

CMYK Percentages of Color #9ee13d

%30
%0
%73
%12

Triadic Colors of #9ee13d

#9ee13d #3d9ee1 #e13d9e

Analogous Colors of #9ee13d

#9ee13d #4ce13d #e1d23d

Monochromatic Colors of #9ee13d

#9ee13d

Complementary Color

#9ee13d #803de1

#9ee13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee13d Color CSS Codes

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

#9ee13d Text Font Color

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

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


#9ee13d Background Color

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

This div background color is #9ee13d


#9ee13d Border Color

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

This div border color is #9ee13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee13d


Comments

No comments written yet.

Please login to write comment.