Color Hex Logo

#9dbadf Color Hex

#9DBADF
(157,186,223)
0 Favorites   0 Comments

Color spaces of #9dbadf

RGB 157186223
HSL0.590.510.75
HSV214°30°87°
CMYK 0.300.170.00   0.13
XYZ44.782847.613676.6421
Yxy47.61360.26490.2817
Hunter Lab69.0026-4.9078-17.5524
CIE-Lab74.5806-1.3636-21.7361

#9dbadf color RGB value is (157,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11011111
Octal 235 272 337
Decimal 157 186 223
Hex 9D BA DF

RGB Percentages of Color #9dbadf

%27.74
%32.86
%39.40

CMYK Percentages of Color #9dbadf

%30
%17
%0
%13

Triadic Colors of #9dbadf

#9dbadf #df9dba #badf9d

Analogous Colors of #9dbadf

#9dbadf #a19ddf #9ddbdf

Monochromatic Colors of #9dbadf

#9dbadf

Complementary Color

#9dbadf #dfc29d

#9dbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbadf Color CSS Codes

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

#9dbadf Text Font Color

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

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


#9dbadf Background Color

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

This div background color is #9dbadf


#9dbadf Border Color

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

This div border color is #9dbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbadf


Comments

No comments written yet.

Please login to write comment.