Color Hex Logo

#9dbade Color Hex

#9DBADE
(157,186,222)
0 Favorites   0 Comments

Color spaces of #9dbade

RGB 157186222
HSL0.590.500.74
HSV213°29°87°
CMYK 0.290.160.00   0.13
XYZ44.648347.559875.9340
Yxy47.55980.26550.2829
Hunter Lab68.9636-5.1222-17.0081
CIE-Lab74.5464-1.6064-21.2454

#9dbade color RGB value is (157,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11011110
Octal 235 272 336
Decimal 157 186 222
Hex 9D BA DE

RGB Percentages of Color #9dbade

%27.79
%32.92
%39.29

CMYK Percentages of Color #9dbade

%29
%16
%0
%13

Triadic Colors of #9dbade

#9dbade #de9dba #bade9d

Analogous Colors of #9dbade

#9dbade #a19dde #9ddbde

Monochromatic Colors of #9dbade

#9dbade

Complementary Color

#9dbade #dec19d

#9dbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbade Color CSS Codes

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

#9dbade Text Font Color

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

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


#9dbade Background Color

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

This div background color is #9dbade


#9dbade Border Color

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

This div border color is #9dbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbade


Comments

No comments written yet.

Please login to write comment.