Color Hex Logo

#9dbcab Color Hex

#9DBCAB
(157,188,171)
0 Favorites   0 Comments

Color spaces of #9dbcab

RGB 157188171
HSL0.410.190.68
HSV147°16°74°
CMYK 0.160.000.09   0.26
XYZ39.238546.074845.3533
Yxy46.07480.30030.3526
Hunter Lab67.8784-15.60177.9000
CIE-Lab73.5940-13.87985.1084

#9dbcab color RGB value is (157,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 10101011
Octal 235 274 253
Decimal 157 188 171
Hex 9D BC AB

RGB Percentages of Color #9dbcab

%30.43
%36.43
%33.14

CMYK Percentages of Color #9dbcab

%16
%0
%9
%26

Triadic Colors of #9dbcab

#9dbcab #ab9dbc #bcab9d

Analogous Colors of #9dbcab

#9dbcab #9dbcbb #9fbc9d

Monochromatic Colors of #9dbcab

#9dbcab

Complementary Color

#9dbcab #bc9dae

#9dbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbcab Color CSS Codes

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

#9dbcab Text Font Color

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

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


#9dbcab Background Color

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

This div background color is #9dbcab


#9dbcab Border Color

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

This div border color is #9dbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbcab


Comments

No comments written yet.

Please login to write comment.