Color Hex Logo

#9de04f Color Hex

#9DE04F
(157,224,79)
0 Favorites   0 Comments

Color spaces of #9de04f

RGB 15722479
HSL0.240.700.59
HSV88°65°88°
CMYK 0.300.000.65   0.12
XYZ41.971661.043916.9677
Yxy61.04390.34980.5088
Hunter Lab78.1306-40.838741.8153
CIE-Lab82.4023-43.395862.0331

#9de04f color RGB value is (157,224,79).

#9de04f hex color red value is 157, green value is 224 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #9de04f hue: 0.24 , saturation: 0.70 and the lightness value of 9de04f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11100000 01001111
Octal 235 340 117
Decimal 157 224 79
Hex 9D E0 4F

RGB Percentages of Color #9de04f

%34.13
%48.70
%17.17

CMYK Percentages of Color #9de04f

%30
%0
%65
%12

Triadic Colors of #9de04f

#9de04f #4f9de0 #e04f9d

Analogous Colors of #9de04f

#9de04f #54e04f #e0db4f

Monochromatic Colors of #9de04f

#9de04f

Complementary Color

#9de04f #924fe0

#9de04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de04f Color CSS Codes

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

#9de04f Text Font Color

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

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


#9de04f Background Color

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

This div background color is #9de04f


#9de04f Border Color

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

This div border color is #9de04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de04f


Comments

No comments written yet.

Please login to write comment.