Color Hex Logo

#9dbadd Color Hex

#9DBADD
(157,186,221)
0 Favorites   0 Comments

Color spaces of #9dbadd

RGB 157186221
HSL0.590.480.74
HSV213°29°87°
CMYK 0.290.160.00   0.13
XYZ44.514747.506475.2301
Yxy47.50640.26620.2840
Hunter Lab68.9249-5.3355-16.4664
CIE-Lab74.5125-1.8483-20.7541

#9dbadd color RGB value is (157,186,221).

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

The process color (four color CMYK) of #9dbadd color hex is 0.29, 0.16, 0.00, 0.13. Web safe color of #9dbadd is #99cccc. Color #9dbadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11011101
Octal 235 272 335
Decimal 157 186 221
Hex 9D BA DD

RGB Percentages of Color #9dbadd

%27.84
%32.98
%39.18

CMYK Percentages of Color #9dbadd

%29
%16
%0
%13

Triadic Colors of #9dbadd

#9dbadd #dd9dba #badd9d

Analogous Colors of #9dbadd

#9dbadd #a09ddd #9ddadd

Monochromatic Colors of #9dbadd

#9dbadd

Complementary Color

#9dbadd #ddc09d

#9dbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbadd Color CSS Codes

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

#9dbadd Text Font Color

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

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


#9dbadd Background Color

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

This div background color is #9dbadd


#9dbadd Border Color

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

This div border color is #9dbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbadd


Comments

No comments written yet.

Please login to write comment.