Color Hex Logo

#9dbaab Color Hex

#9DBAAB
(157,186,171)
0 Favorites   0 Comments

Color spaces of #9dbaab

RGB 157186171
HSL0.410.170.67
HSV149°16°73°
CMYK 0.160.000.08   0.27
XYZ38.814245.226245.2119
Yxy45.22620.30030.3499
Hunter Lab67.2504-14.66537.2151
CIE-Lab73.0406-12.84114.3095

#9dbaab color RGB value is (157,186,171).

#9dbaab hex color red value is 157, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9dbaab hue: 0.41 , saturation: 0.17 and the lightness value of 9dbaab is 0.67.

The process color (four color CMYK) of #9dbaab color hex is 0.16, 0.00, 0.08, 0.27. Web safe color of #9dbaab is #99cc99. Color #9dbaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 10101011
Octal 235 272 253
Decimal 157 186 171
Hex 9D BA AB

RGB Percentages of Color #9dbaab

%30.54
%36.19
%33.27

CMYK Percentages of Color #9dbaab

%16
%0
%8
%27

Triadic Colors of #9dbaab

#9dbaab #ab9dba #baab9d

Analogous Colors of #9dbaab

#9dbaab #9dbaba #9eba9d

Monochromatic Colors of #9dbaab

#9dbaab

Complementary Color

#9dbaab #ba9dac

#9dbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbaab Color CSS Codes

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

#9dbaab Text Font Color

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

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


#9dbaab Background Color

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

This div background color is #9dbaab


#9dbaab Border Color

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

This div border color is #9dbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbaab


Comments

No comments written yet.

Please login to write comment.