Color Hex Logo

#9dbceb Color Hex

#9DBCEB
(157,188,235)
0 Favorites   0 Comments

Color spaces of #9dbceb

RGB 157188235
HSL0.600.660.77
HSV216°33°92°
CMYK 0.330.200.00   0.08
XYZ46.883249.132785.6098
Yxy49.13270.25810.2705
Hunter Lab70.0947-3.2752-23.3472
CIE-Lab75.53380.5176-26.7772

#9dbceb color RGB value is (157,188,235).

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

The process color (four color CMYK) of #9dbceb color hex is 0.33, 0.20, 0.00, 0.08. Web safe color of #9dbceb is #99ccff. Color #9dbceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 11101011
Octal 235 274 353
Decimal 157 188 235
Hex 9D BC EB

RGB Percentages of Color #9dbceb

%27.07
%32.41
%40.52

CMYK Percentages of Color #9dbceb

%33
%20
%0
%8

Triadic Colors of #9dbceb

#9dbceb #eb9dbc #bceb9d

Analogous Colors of #9dbceb

#9dbceb #a59deb #9de3eb

Monochromatic Colors of #9dbceb

#9dbceb

Complementary Color

#9dbceb #ebcc9d

#9dbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbceb Color CSS Codes

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

#9dbceb Text Font Color

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

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


#9dbceb Background Color

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

This div background color is #9dbceb


#9dbceb Border Color

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

This div border color is #9dbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbceb


Comments

No comments written yet.

Please login to write comment.