Color Hex Logo

#9dbbef Color Hex

#9DBBEF
(157,187,239)
0 Favorites   0 Comments

Color spaces of #9dbbef

RGB 157187239
HSL0.610.720.78
HSV218°34°94°
CMYK 0.340.220.00   0.06
XYZ47.254948.940788.6173
Yxy48.94070.25570.2648
Hunter Lab69.9576-1.8529-26.1340
CIE-Lab75.41442.0735-29.1198

#9dbbef color RGB value is (157,187,239).

#9dbbef hex color red value is 157, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9dbbef hue: 0.61 , saturation: 0.72 and the lightness value of 9dbbef is 0.78.

The process color (four color CMYK) of #9dbbef color hex is 0.34, 0.22, 0.00, 0.06. Web safe color of #9dbbef is #99ccff. Color #9dbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111011 11101111
Octal 235 273 357
Decimal 157 187 239
Hex 9D BB EF

RGB Percentages of Color #9dbbef

%26.93
%32.08
%40.99

CMYK Percentages of Color #9dbbef

%34
%22
%0
%6

Triadic Colors of #9dbbef

#9dbbef #ef9dbb #bbef9d

Analogous Colors of #9dbbef

#9dbbef #a89def #9de4ef

Monochromatic Colors of #9dbbef

#9dbbef

Complementary Color

#9dbbef #efd19d

#9dbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbbef Color CSS Codes

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

#9dbbef Text Font Color

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

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


#9dbbef Background Color

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

This div background color is #9dbbef


#9dbbef Border Color

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

This div border color is #9dbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbbef


Comments

No comments written yet.

Please login to write comment.