Color Hex Logo

#9cbbff Color Hex

#9CBBFF
(156,187,255)
0 Favorites   0 Comments

Color spaces of #9cbbff

RGB 156187255
HSL0.611.000.81
HSV221°39°100°
CMYK 0.390.270.00   0.00
XYZ49.530649.8286101.6151
Yxy49.82860.24650.2479
Hunter Lab70.58941.7171-35.9368
CIE-Lab75.96395.9640-36.8887

#9cbbff color RGB value is (156,187,255).

#9cbbff hex color red value is 156, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9cbbff hue: 0.61 , saturation: 1.00 and the lightness value of 9cbbff is 0.81.

The process color (four color CMYK) of #9cbbff color hex is 0.39, 0.27, 0.00, 0.00. Web safe color of #9cbbff is #99ccff. Color #9cbbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 11111111
Octal 234 273 377
Decimal 156 187 255
Hex 9C BB FF

RGB Percentages of Color #9cbbff

%26.09
%31.27
%42.64

CMYK Percentages of Color #9cbbff

%39
%27
%0
%0

Triadic Colors of #9cbbff

#9cbbff #ff9cbb #bbff9c

Analogous Colors of #9cbbff

#9cbbff #af9cff #9cedff

Monochromatic Colors of #9cbbff

#9cbbff

Complementary Color

#9cbbff #ffe09c

#9cbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbbff Color CSS Codes

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

#9cbbff Text Font Color

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

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


#9cbbff Background Color

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

This div background color is #9cbbff


#9cbbff Border Color

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

This div border color is #9cbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbbff


Comments

No comments written yet.

Please login to write comment.