Color Hex Logo

#9dae4e Color Hex

#9DAE4E
(157,174,78)
0 Favorites   0 Comments

Color spaces of #9dae4e

RGB 15717478
HSL0.200.380.49
HSV71°55°68°
CMYK 0.100.000.55   0.32
XYZ30.415837.990312.9375
Yxy37.99030.37390.4670
Hunter Lab61.6363-19.778630.7004
CIE-Lab68.0135-20.129046.5267

#9dae4e color RGB value is (157,174,78).

#9dae4e hex color red value is 157, green value is 174 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #9dae4e hue: 0.20 , saturation: 0.38 and the lightness value of 9dae4e is 0.49.

The process color (four color CMYK) of #9dae4e color hex is 0.10, 0.00, 0.55, 0.32. Web safe color of #9dae4e is #999966. Color #9dae4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 01001110
Octal 235 256 116
Decimal 157 174 78
Hex 9D AE 4E

RGB Percentages of Color #9dae4e

%38.39
%42.54
%19.07

CMYK Percentages of Color #9dae4e

%10
%0
%55
%32

Triadic Colors of #9dae4e

#9dae4e #4e9dae #ae4e9d

Analogous Colors of #9dae4e

#9dae4e #6dae4e #ae8f4e

Monochromatic Colors of #9dae4e

#9dae4e

Complementary Color

#9dae4e #5f4eae

#9dae4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dae4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dae4e Color CSS Codes

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

#9dae4e Text Font Color

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

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


#9dae4e Background Color

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

This div background color is #9dae4e


#9dae4e Border Color

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

This div border color is #9dae4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dae4e


Comments

No comments written yet.

Please login to write comment.