Color Hex Logo

#9dabaa Color Hex

#9DABAA
(157,171,170)
0 Favorites   0 Comments

Color spaces of #9dabaa

RGB 157171170
HSL0.490.080.64
HSV176°67°
CMYK 0.080.000.01   0.33
XYZ35.723239.196243.7130
Yxy39.19620.30110.3304
Hunter Lab62.6069-7.71072.4277
CIE-Lab68.8931-5.0849-1.1738

#9dabaa color RGB value is (157,171,170).

#9dabaa hex color red value is 157, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9dabaa hue: 0.49 , saturation: 0.08 and the lightness value of 9dabaa is 0.64.

The process color (four color CMYK) of #9dabaa color hex is 0.08, 0.00, 0.01, 0.33. Web safe color of #9dabaa is #999999. Color #9dabaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101011 10101010
Octal 235 253 252
Decimal 157 171 170
Hex 9D AB AA

RGB Percentages of Color #9dabaa

%31.53
%34.34
%34.14

CMYK Percentages of Color #9dabaa

%8
%0
%1
%33

Triadic Colors of #9dabaa

#9dabaa #aa9dab #abaa9d

Analogous Colors of #9dabaa

#9dabaa #9da5ab #9daba3

Monochromatic Colors of #9dabaa

#9dabaa

Complementary Color

#9dabaa #ab9d9e

#9dabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dabaa Color CSS Codes

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

#9dabaa Text Font Color

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

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


#9dabaa Background Color

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

This div background color is #9dabaa


#9dabaa Border Color

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

This div border color is #9dabaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,171,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 #9dabaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dabaa


Comments

No comments written yet.

Please login to write comment.