Color Hex Logo

#9dbcce Color Hex

#9DBCCE
(157,188,206)
0 Favorites   0 Comments

Color spaces of #9dbcce

RGB 157188206
HSL0.560.330.71
HSV202°24°81°
CMYK 0.240.090.00   0.19
XYZ43.028447.590865.3106
Yxy47.59080.27590.3052
Hunter Lab68.9861-9.3906-7.8408
CIE-Lab74.5661-6.4498-12.5216

#9dbcce color RGB value is (157,188,206).

#9dbcce hex color red value is 157, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9dbcce hue: 0.56 , saturation: 0.33 and the lightness value of 9dbcce is 0.71.

The process color (four color CMYK) of #9dbcce color hex is 0.24, 0.09, 0.00, 0.19. Web safe color of #9dbcce is #99cccc. Color #9dbcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 11001110
Octal 235 274 316
Decimal 157 188 206
Hex 9D BC CE

RGB Percentages of Color #9dbcce

%28.49
%34.12
%37.39

CMYK Percentages of Color #9dbcce

%24
%9
%0
%19

Triadic Colors of #9dbcce

#9dbcce #ce9dbc #bcce9d

Analogous Colors of #9dbcce

#9dbcce #9da4ce #9dcec8

Monochromatic Colors of #9dbcce

#9dbcce

Complementary Color

#9dbcce #ceaf9d

#9dbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbcce Color CSS Codes

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

#9dbcce Text Font Color

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

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


#9dbcce Background Color

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

This div background color is #9dbcce


#9dbcce Border Color

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

This div border color is #9dbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbcce


Comments

No comments written yet.

Please login to write comment.