Color Hex Logo

#9dbecd Color Hex

#9DBECD
(157,190,205)
0 Favorites   0 Comments

Color spaces of #9dbecd

RGB 157190205
HSL0.550.320.71
HSV199°23°80°
CMYK 0.230.070.00   0.20
XYZ43.337548.402864.8161
Yxy48.40280.27680.3092
Hunter Lab69.5721-10.5609-6.5364
CIE-Lab75.0783-7.7403-11.2117

#9dbecd color RGB value is (157,190,205).

#9dbecd hex color red value is 157, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9dbecd hue: 0.55 , saturation: 0.32 and the lightness value of 9dbecd is 0.71.

The process color (four color CMYK) of #9dbecd color hex is 0.23, 0.07, 0.00, 0.20. Web safe color of #9dbecd is #99cccc. Color #9dbecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111110 11001101
Octal 235 276 315
Decimal 157 190 205
Hex 9D BE CD

RGB Percentages of Color #9dbecd

%28.44
%34.42
%37.14

CMYK Percentages of Color #9dbecd

%23
%7
%0
%20

Triadic Colors of #9dbecd

#9dbecd #cd9dbe #becd9d

Analogous Colors of #9dbecd

#9dbecd #9da6cd #9dcdc4

Monochromatic Colors of #9dbecd

#9dbecd

Complementary Color

#9dbecd #cdac9d

#9dbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbecd Color CSS Codes

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

#9dbecd Text Font Color

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

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


#9dbecd Background Color

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

This div background color is #9dbecd


#9dbecd Border Color

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

This div border color is #9dbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbecd


Comments

No comments written yet.

Please login to write comment.