Color Hex Logo

#9dbdca Color Hex

#9DBDCA
(157,189,202)
0 Favorites   0 Comments

Color spaces of #9dbdca

RGB 157189202
HSL0.550.300.70
HSV197°22°79°
CMYK 0.220.060.00   0.21
XYZ42.762947.827662.8549
Yxy47.82760.27870.3117
Hunter Lab69.1575-10.6518-5.4764
CIE-Lab74.7161-7.8874-10.1219

#9dbdca color RGB value is (157,189,202).

#9dbdca hex color red value is 157, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9dbdca hue: 0.55 , saturation: 0.30 and the lightness value of 9dbdca is 0.70.

The process color (four color CMYK) of #9dbdca color hex is 0.22, 0.06, 0.00, 0.21. Web safe color of #9dbdca is #99cccc. Color #9dbdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111101 11001010
Octal 235 275 312
Decimal 157 189 202
Hex 9D BD CA

RGB Percentages of Color #9dbdca

%28.65
%34.49
%36.86

CMYK Percentages of Color #9dbdca

%22
%6
%0
%21

Triadic Colors of #9dbdca

#9dbdca #ca9dbd #bdca9d

Analogous Colors of #9dbdca

#9dbdca #9da7ca #9dcac1

Monochromatic Colors of #9dbdca

#9dbdca

Complementary Color

#9dbdca #caaa9d

#9dbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbdca Color CSS Codes

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

#9dbdca Text Font Color

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

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


#9dbdca Background Color

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

This div background color is #9dbdca


#9dbdca Border Color

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

This div border color is #9dbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbdca


Comments

No comments written yet.

Please login to write comment.