Color Hex Logo

#9dbcbd Color Hex

#9DBCBD
(157,188,189)
0 Favorites   0 Comments

Color spaces of #9dbcbd

RGB 157188189
HSL0.510.200.68
HSV182°17°74°
CMYK 0.170.010.00   0.26
XYZ41.073246.808755.0143
Yxy46.80870.28740.3276
Hunter Lab68.4169-12.56940.2165
CIE-Lab74.0672-10.2050-4.0065

#9dbcbd color RGB value is (157,188,189).

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

The process color (four color CMYK) of #9dbcbd color hex is 0.17, 0.01, 0.00, 0.26. Web safe color of #9dbcbd is #99cccc. Color #9dbcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 10111101
Octal 235 274 275
Decimal 157 188 189
Hex 9D BC BD

RGB Percentages of Color #9dbcbd

%29.40
%35.21
%35.39

CMYK Percentages of Color #9dbcbd

%17
%1
%0
%26

Triadic Colors of #9dbcbd

#9dbcbd #bd9dbc #bcbd9d

Analogous Colors of #9dbcbd

#9dbcbd #9dacbd #9dbdae

Monochromatic Colors of #9dbcbd

#9dbcbd

Complementary Color

#9dbcbd #bd9e9d

#9dbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbcbd Color CSS Codes

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

#9dbcbd Text Font Color

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

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


#9dbcbd Background Color

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

This div background color is #9dbcbd


#9dbcbd Border Color

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

This div border color is #9dbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbcbd


Comments

No comments written yet.

Please login to write comment.