Color Hex Logo

#9dbbee Color Hex

#9DBBEE
(157,187,238)
0 Favorites   0 Comments

Color spaces of #9dbbee

RGB 157187238
HSL0.600.700.77
HSV218°34°93°
CMYK 0.340.210.00   0.07
XYZ47.107648.881887.8412
Yxy48.88180.25630.2659
Hunter Lab69.9155-2.0826-25.5505
CIE-Lab75.37771.8197-28.6363

#9dbbee color RGB value is (157,187,238).

#9dbbee hex color red value is 157, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9dbbee hue: 0.60 , saturation: 0.70 and the lightness value of 9dbbee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111011 11101110
Octal 235 273 356
Decimal 157 187 238
Hex 9D BB EE

RGB Percentages of Color #9dbbee

%26.98
%32.13
%40.89

CMYK Percentages of Color #9dbbee

%34
%21
%0
%7

Triadic Colors of #9dbbee

#9dbbee #ee9dbb #bbee9d

Analogous Colors of #9dbbee

#9dbbee #a89dee #9de4ee

Monochromatic Colors of #9dbbee

#9dbbee

Complementary Color

#9dbbee #eed09d

#9dbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbbee Color CSS Codes

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

#9dbbee Text Font Color

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

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


#9dbbee Background Color

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

This div background color is #9dbbee


#9dbbee Border Color

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

This div border color is #9dbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbbee


Comments

No comments written yet.

Please login to write comment.