Color Hex Logo

#9dbadc Color Hex

#9DBADC
(157,186,220)
0 Favorites   0 Comments

Color spaces of #9dbadc

RGB 157186220
HSL0.590.470.74
HSV212°29°86°
CMYK 0.290.150.00   0.14
XYZ44.381847.453274.5304
Yxy47.45320.26680.2852
Hunter Lab68.8863-5.5477-15.9275
CIE-Lab74.4787-2.0894-20.2625

#9dbadc color RGB value is (157,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11011100
Octal 235 272 334
Decimal 157 186 220
Hex 9D BA DC

RGB Percentages of Color #9dbadc

%27.89
%33.04
%39.08

CMYK Percentages of Color #9dbadc

%29
%15
%0
%14

Triadic Colors of #9dbadc

#9dbadc #dc9dba #badc9d

Analogous Colors of #9dbadc

#9dbadc #a09ddc #9ddadc

Monochromatic Colors of #9dbadc

#9dbadc

Complementary Color

#9dbadc #dcbf9d

#9dbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbadc Color CSS Codes

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

#9dbadc Text Font Color

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

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


#9dbadc Background Color

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

This div background color is #9dbadc


#9dbadc Border Color

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

This div border color is #9dbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbadc


Comments

No comments written yet.

Please login to write comment.