Color Hex Logo

#9bbcdd Color Hex

#9BBCDD
(155,188,221)
0 Favorites   0 Comments

Color spaces of #9bbcdd

RGB 155188221
HSL0.580.490.74
HSV210°30°87°
CMYK 0.300.150.00   0.13
XYZ44.551948.155575.3534
Yxy48.15550.26510.2865
Hunter Lab69.3942-6.8406-15.8056
CIE-Lab74.9229-3.5090-20.1431

#9bbcdd color RGB value is (155,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111100 11011101
Octal 233 274 335
Decimal 155 188 221
Hex 9B BC DD

RGB Percentages of Color #9bbcdd

%27.48
%33.33
%39.18

CMYK Percentages of Color #9bbcdd

%30
%15
%0
%13

Triadic Colors of #9bbcdd

#9bbcdd #dd9bbc #bcdd9b

Analogous Colors of #9bbcdd

#9bbcdd #9b9bdd #9bdddd

Monochromatic Colors of #9bbcdd

#9bbcdd

Complementary Color

#9bbcdd #ddbc9b

#9bbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbcdd Color CSS Codes

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

#9bbcdd Text Font Color

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

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


#9bbcdd Background Color

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

This div background color is #9bbcdd


#9bbcdd Border Color

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

This div border color is #9bbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbcdd


Comments

No comments written yet.

Please login to write comment.