Color Hex Logo

#9edf1a Color Hex

#9EDF1A
(158,223,26)
0 Favorites   0 Comments

Color spaces of #9edf1a

RGB 15822326
HSL0.220.790.49
HSV80°88°87°
CMYK 0.290.000.88   0.13
XYZ40.674760.119010.4376
Yxy60.11900.36570.5405
Hunter Lab77.5364-42.049846.2942
CIE-Lab81.9028-45.205677.2652

#9edf1a color RGB value is (158,223,26).

#9edf1a hex color red value is 158, green value is 223 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #9edf1a hue: 0.22 , saturation: 0.79 and the lightness value of 9edf1a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 00011010
Octal 236 337 32
Decimal 158 223 26
Hex 9E DF 1A

RGB Percentages of Color #9edf1a

%38.82
%54.79
%6.39

CMYK Percentages of Color #9edf1a

%29
%0
%88
%13

Triadic Colors of #9edf1a

#9edf1a #1a9edf #df1a9e

Analogous Colors of #9edf1a

#9edf1a #3cdf1a #dfbe1a

Monochromatic Colors of #9edf1a

#9edf1a

Complementary Color

#9edf1a #5b1adf

#9edf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edf1a Color CSS Codes

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

#9edf1a Text Font Color

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

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


#9edf1a Background Color

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

This div background color is #9edf1a


#9edf1a Border Color

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

This div border color is #9edf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edf1a


Comments

No comments written yet.

Please login to write comment.