Color Hex Logo

#9dbadb Color Hex

#9DBADB
(157,186,219)
0 Favorites   0 Comments

Color spaces of #9dbadb

RGB 157186219
HSL0.590.460.74
HSV212°28°86°
CMYK 0.280.150.00   0.14
XYZ44.249747.400473.8348
Yxy47.40040.26740.2864
Hunter Lab68.8479-5.7590-15.3910
CIE-Lab74.4452-2.3300-19.7703

#9dbadb color RGB value is (157,186,219).

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

The process color (four color CMYK) of #9dbadb color hex is 0.28, 0.15, 0.00, 0.14. Web safe color of #9dbadb is #99cccc. Color #9dbadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11011011
Octal 235 272 333
Decimal 157 186 219
Hex 9D BA DB

RGB Percentages of Color #9dbadb

%27.94
%33.10
%38.97

CMYK Percentages of Color #9dbadb

%28
%15
%0
%14

Triadic Colors of #9dbadb

#9dbadb #db9dba #badb9d

Analogous Colors of #9dbadb

#9dbadb #9f9ddb #9dd9db

Monochromatic Colors of #9dbadb

#9dbadb

Complementary Color

#9dbadb #dbbe9d

#9dbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbadb Color CSS Codes

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

#9dbadb Text Font Color

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

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


#9dbadb Background Color

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

This div background color is #9dbadb


#9dbadb Border Color

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

This div border color is #9dbadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,186,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 #9dbadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbadb


Comments

No comments written yet.

Please login to write comment.