Color Hex Logo

#9bbcde Color Hex

#9BBCDE
(155,188,222)
0 Favorites   0 Comments

Color spaces of #9bbcde

RGB 155188222
HSL0.580.500.74
HSV210°30°87°
CMYK 0.300.150.00   0.13
XYZ44.685648.208976.0573
Yxy48.20890.26450.2853
Hunter Lab69.4326-6.6277-16.3441
CIE-Lab74.9565-3.2657-20.6343

#9bbcde color RGB value is (155,188,222).

#9bbcde hex color red value is 155, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9bbcde hue: 0.58 , saturation: 0.50 and the lightness value of 9bbcde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111100 11011110
Octal 233 274 336
Decimal 155 188 222
Hex 9B BC DE

RGB Percentages of Color #9bbcde

%27.43
%33.27
%39.29

CMYK Percentages of Color #9bbcde

%30
%15
%0
%13

Triadic Colors of #9bbcde

#9bbcde #de9bbc #bcde9b

Analogous Colors of #9bbcde

#9bbcde #9c9bde #9bdede

Monochromatic Colors of #9bbcde

#9bbcde

Complementary Color

#9bbcde #debd9b

#9bbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbcde Color CSS Codes

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

#9bbcde Text Font Color

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

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


#9bbcde Background Color

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

This div background color is #9bbcde


#9bbcde Border Color

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

This div border color is #9bbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbcde


Comments

No comments written yet.

Please login to write comment.