Color Hex Logo

#9dae8a Color Hex

#9DAE8A
(157,174,138)
0 Favorites   0 Comments

Color spaces of #9dae8a

RGB 157174138
HSL0.250.180.61
HSV88°21°68°
CMYK 0.100.000.21   0.32
XYZ33.628139.275229.8532
Yxy39.27520.32730.3822
Hunter Lab62.6699-13.890915.6258
CIE-Lab68.9501-12.527216.5365

#9dae8a color RGB value is (157,174,138).

#9dae8a hex color red value is 157, green value is 174 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9dae8a hue: 0.25 , saturation: 0.18 and the lightness value of 9dae8a is 0.61.

The process color (four color CMYK) of #9dae8a color hex is 0.10, 0.00, 0.21, 0.32. Web safe color of #9dae8a is #999999. Color #9dae8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 10001010
Octal 235 256 212
Decimal 157 174 138
Hex 9D AE 8A

RGB Percentages of Color #9dae8a

%33.48
%37.10
%29.42

CMYK Percentages of Color #9dae8a

%10
%0
%21
%32

Triadic Colors of #9dae8a

#9dae8a #8a9dae #ae8a9d

Analogous Colors of #9dae8a

#9dae8a #8bae8a #aead8a

Monochromatic Colors of #9dae8a

#9dae8a

Complementary Color

#9dae8a #9b8aae

#9dae8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dae8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dae8a Color CSS Codes

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

#9dae8a Text Font Color

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

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


#9dae8a Background Color

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

This div background color is #9dae8a


#9dae8a Border Color

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

This div border color is #9dae8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dae8a


Comments

No comments written yet.

Please login to write comment.