Color Hex Logo

#9dbabd Color Hex

#9DBABD
(157,186,189)
0 Favorites   0 Comments

Color spaces of #9dbabd

RGB 157186189
HSL0.520.200.68
HSV186°17°74°
CMYK 0.170.020.00   0.26
XYZ40.648845.960054.8729
Yxy45.96000.28730.3248
Hunter Lab67.7938-11.6115-0.5342
CIE-Lab73.5196-9.1508-4.8142

#9dbabd color RGB value is (157,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 10111101
Octal 235 272 275
Decimal 157 186 189
Hex 9D BA BD

RGB Percentages of Color #9dbabd

%29.51
%34.96
%35.53

CMYK Percentages of Color #9dbabd

%17
%2
%0
%26

Triadic Colors of #9dbabd

#9dbabd #bd9dba #babd9d

Analogous Colors of #9dbabd

#9dbabd #9daabd #9dbdb0

Monochromatic Colors of #9dbabd

#9dbabd

Complementary Color

#9dbabd #bda09d

#9dbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbabd Color CSS Codes

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

#9dbabd Text Font Color

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

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


#9dbabd Background Color

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

This div background color is #9dbabd


#9dbabd Border Color

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

This div border color is #9dbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbabd


Comments

No comments written yet.

Please login to write comment.