Color Hex Logo

#9dbedf Color Hex

#9DBEDF
(157,190,223)
0 Favorites   0 Comments

Color spaces of #9dbedf

RGB 157190223
HSL0.580.510.75
HSV210°30°87°
CMYK 0.300.150.00   0.13
XYZ45.637449.322776.9269
Yxy49.32270.26550.2869
Hunter Lab70.2301-6.9087-15.7825
CIE-Lab75.6516-3.5210-20.1095

#9dbedf color RGB value is (157,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111110 11011111
Octal 235 276 337
Decimal 157 190 223
Hex 9D BE DF

RGB Percentages of Color #9dbedf

%27.54
%33.33
%39.12

CMYK Percentages of Color #9dbedf

%30
%15
%0
%13

Triadic Colors of #9dbedf

#9dbedf #df9dbe #bedf9d

Analogous Colors of #9dbedf

#9dbedf #9d9ddf #9ddfdf

Monochromatic Colors of #9dbedf

#9dbedf

Complementary Color

#9dbedf #dfbe9d

#9dbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbedf Color CSS Codes

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

#9dbedf Text Font Color

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

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


#9dbedf Background Color

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

This div background color is #9dbedf


#9dbedf Border Color

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

This div border color is #9dbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbedf


Comments

No comments written yet.

Please login to write comment.