Color Hex Logo

#9dee00 Color Hex

#9DEE00
(157,238,0)
0 Favorites   0 Comments

Color spaces of #9dee00

RGB 1572380
HSL0.221.000.47
HSV80°100°93°
CMYK 0.340.001.00   0.07
XYZ44.479268.317210.8422
Yxy68.31720.35980.5526
Hunter Lab82.6542-48.587650.0806
CIE-Lab86.1648-52.176983.4457

#9dee00 color RGB value is (157,238,0).

#9dee00 hex color red value is 157, green value is 238 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #9dee00 hue: 0.22 , saturation: 1.00 and the lightness value of 9dee00 is 0.47.

The process color (four color CMYK) of #9dee00 color hex is 0.34, 0.00, 1.00, 0.07. Web safe color of #9dee00 is #99ff00. Color #9dee00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101110 00000000
Octal 235 356 0
Decimal 157 238 0
Hex 9D EE 0

RGB Percentages of Color #9dee00

%39.75
%60.25
%0.00

CMYK Percentages of Color #9dee00

%34
%0
%100
%7

Triadic Colors of #9dee00

#9dee00 #009dee #ee009d

Analogous Colors of #9dee00

#9dee00 #26ee00 #eec800

Monochromatic Colors of #9dee00

#9dee00

Complementary Color

#9dee00 #5100ee

#9dee00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dee00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dee00 Color CSS Codes

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

#9dee00 Text Font Color

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

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


#9dee00 Background Color

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

This div background color is #9dee00


#9dee00 Border Color

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

This div border color is #9dee00


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,238,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dee00; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dee00;
  -webkit-box-shadow: 1px 1px 3px 2px #9dee00;
  box-shadow:         1px 1px 3px 2px #9dee00; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,238,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dee00


Comments

No comments written yet.

Please login to write comment.