Color Hex Logo

#9dae41 Color Hex

#9DAE41
(157,174,65)
0 Favorites   0 Comments

Color spaces of #9dae41

RGB 15717465
HSL0.190.460.47
HSV69°63°68°
CMYK 0.100.000.63   0.32
XYZ29.994837.821910.7205
Yxy37.82190.38190.4816
Hunter Lab61.4995-20.565432.7143
CIE-Lab67.8891-21.178452.2840

#9dae41 color RGB value is (157,174,65).

#9dae41 hex color red value is 157, green value is 174 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #9dae41 hue: 0.19 , saturation: 0.46 and the lightness value of 9dae41 is 0.47.

The process color (four color CMYK) of #9dae41 color hex is 0.10, 0.00, 0.63, 0.32. Web safe color of #9dae41 is #999933. Color #9dae41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 01000001
Octal 235 256 101
Decimal 157 174 65
Hex 9D AE 41

RGB Percentages of Color #9dae41

%39.65
%43.94
%16.41

CMYK Percentages of Color #9dae41

%10
%0
%63
%32

Triadic Colors of #9dae41

#9dae41 #419dae #ae419d

Analogous Colors of #9dae41

#9dae41 #67ae41 #ae8941

Monochromatic Colors of #9dae41

#9dae41

Complementary Color

#9dae41 #5241ae

#9dae41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dae41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dae41 Color CSS Codes

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

#9dae41 Text Font Color

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

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


#9dae41 Background Color

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

This div background color is #9dae41


#9dae41 Border Color

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

This div border color is #9dae41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dae41


Comments

No comments written yet.

Please login to write comment.