Color Hex Logo

#9daeaa Color Hex

#9DAEAA
(157,174,170)
0 Favorites   0 Comments

Color spaces of #9daeaa

RGB 157174170
HSL0.460.090.65
HSV166°10°68°
CMYK 0.100.000.02   0.32
XYZ36.296440.342543.9041
Yxy40.34250.30110.3347
Hunter Lab63.5157-9.14783.4779
CIE-Lab69.7128-6.69810.0247

#9daeaa color RGB value is (157,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101110 10101010
Octal 235 256 252
Decimal 157 174 170
Hex 9D AE AA

RGB Percentages of Color #9daeaa

%31.34
%34.73
%33.93

CMYK Percentages of Color #9daeaa

%10
%0
%2
%32

Triadic Colors of #9daeaa

#9daeaa #aa9dae #aeaa9d

Analogous Colors of #9daeaa

#9daeaa #9daaae #9daea2

Monochromatic Colors of #9daeaa

#9daeaa

Complementary Color

#9daeaa #ae9da1

#9daeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daeaa Color CSS Codes

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

#9daeaa Text Font Color

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

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


#9daeaa Background Color

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

This div background color is #9daeaa


#9daeaa Border Color

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

This div border color is #9daeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daeaa


Comments

No comments written yet.

Please login to write comment.