Color Hex Logo

#9dbcc0 Color Hex

#9DBCC0
(157,188,192)
0 Favorites   0 Comments

Color spaces of #9dbcc0

RGB 157188192
HSL0.520.220.68
HSV187°18°75°
CMYK 0.180.020.00   0.25
XYZ41.402346.940356.7474
Yxy46.94030.28540.3235
Hunter Lab68.5130-12.0304-1.1492
CIE-Lab74.1516-9.5615-5.5166

#9dbcc0 color RGB value is (157,188,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 11000000
Octal 235 274 300
Decimal 157 188 192
Hex 9D BC C0

RGB Percentages of Color #9dbcc0

%29.24
%35.01
%35.75

CMYK Percentages of Color #9dbcc0

%18
%2
%0
%25

Triadic Colors of #9dbcc0

#9dbcc0 #c09dbc #bcc09d

Analogous Colors of #9dbcc0

#9dbcc0 #9dabc0 #9dc0b3

Monochromatic Colors of #9dbcc0

#9dbcc0

Complementary Color

#9dbcc0 #c0a19d

#9dbcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbcc0 Color CSS Codes

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

#9dbcc0 Text Font Color

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

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


#9dbcc0 Background Color

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

This div background color is #9dbcc0


#9dbcc0 Border Color

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

This div border color is #9dbcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbcc0


Comments

No comments written yet.

Please login to write comment.