Color Hex Logo

#9dbcc3 Color Hex

#9DBCC3
(157,188,195)
0 Favorites   0 Comments

Color spaces of #9dbcc3

RGB 157188195
HSL0.530.240.69
HSV191°19°76°
CMYK 0.190.040.00   0.24
XYZ41.738247.074758.5162
Yxy47.07470.28330.3195
Hunter Lab68.6110-11.4822-2.5389
CIE-Lab74.2375-8.9098-7.0236

#9dbcc3 color RGB value is (157,188,195).

#9dbcc3 hex color red value is 157, green value is 188 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #9dbcc3 hue: 0.53 , saturation: 0.24 and the lightness value of 9dbcc3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 11000011
Octal 235 274 303
Decimal 157 188 195
Hex 9D BC C3

RGB Percentages of Color #9dbcc3

%29.07
%34.81
%36.11

CMYK Percentages of Color #9dbcc3

%19
%4
%0
%24

Triadic Colors of #9dbcc3

#9dbcc3 #c39dbc #bcc39d

Analogous Colors of #9dbcc3

#9dbcc3 #9da9c3 #9dc3b7

Monochromatic Colors of #9dbcc3

#9dbcc3

Complementary Color

#9dbcc3 #c3a49d

#9dbcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbcc3 Color CSS Codes

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

#9dbcc3 Text Font Color

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

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


#9dbcc3 Background Color

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

This div background color is #9dbcc3


#9dbcc3 Border Color

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

This div border color is #9dbcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbcc3


Comments

No comments written yet.

Please login to write comment.