Color Hex Logo

#9cbbfa Color Hex

#9CBBFA
(156,187,250)
0 Favorites   0 Comments

Color spaces of #9cbbfa

RGB 156187250
HSL0.610.900.80
HSV220°38°98°
CMYK 0.380.250.00   0.02
XYZ48.735949.510797.4303
Yxy49.51070.24910.2530
Hunter Lab70.36380.4972-32.8421
CIE-Lab75.76794.6452-34.5059

#9cbbfa color RGB value is (156,187,250).

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

The process color (four color CMYK) of #9cbbfa color hex is 0.38, 0.25, 0.00, 0.02. Web safe color of #9cbbfa is #99ccff. Color #9cbbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 11111010
Octal 234 273 372
Decimal 156 187 250
Hex 9C BB FA

RGB Percentages of Color #9cbbfa

%26.31
%31.53
%42.16

CMYK Percentages of Color #9cbbfa

%38
%25
%0
%2

Triadic Colors of #9cbbfa

#9cbbfa #fa9cbb #bbfa9c

Analogous Colors of #9cbbfa

#9cbbfa #ac9cfa #9ceafa

Monochromatic Colors of #9cbbfa

#9cbbfa

Complementary Color

#9cbbfa #fadb9c

#9cbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbbfa Color CSS Codes

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

#9cbbfa Text Font Color

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

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


#9cbbfa Background Color

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

This div background color is #9cbbfa


#9cbbfa Border Color

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

This div border color is #9cbbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbbfa


Comments

No comments written yet.

Please login to write comment.