Color Hex Logo

#9db0db Color Hex

#9DB0DB
(157,176,219)
0 Favorites   0 Comments

Color spaces of #9db0db

RGB 157176219
HSL0.620.460.74
HSV222°28°86°
CMYK 0.280.200.00   0.14
XYZ42.216143.333273.1570
Yxy43.33320.26600.2730
Hunter Lab65.8280-0.7252-19.8116
CIE-Lab71.78053.1257-23.8251

#9db0db color RGB value is (157,176,219).

#9db0db hex color red value is 157, green value is 176 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9db0db hue: 0.62 , saturation: 0.46 and the lightness value of 9db0db is 0.74.

The process color (four color CMYK) of #9db0db color hex is 0.28, 0.20, 0.00, 0.14. Web safe color of #9db0db is #9999cc. Color #9db0db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10110000 11011011
Octal 235 260 333
Decimal 157 176 219
Hex 9D B0 DB

RGB Percentages of Color #9db0db

%28.44
%31.88
%39.67

CMYK Percentages of Color #9db0db

%28
%20
%0
%14

Triadic Colors of #9db0db

#9db0db #db9db0 #b0db9d

Analogous Colors of #9db0db

#9db0db #a99ddb #9dcfdb

Monochromatic Colors of #9db0db

#9db0db

Complementary Color

#9db0db #dbc89d

#9db0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db0db Color CSS Codes

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

#9db0db Text Font Color

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

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


#9db0db Background Color

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

This div background color is #9db0db


#9db0db Border Color

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

This div border color is #9db0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db0db


Comments

No comments written yet.

Please login to write comment.