Color Hex Logo

#9cb6fb Color Hex

#9CB6FB
(156,182,251)
0 Favorites   0 Comments

Color spaces of #9cb6fb

RGB 156182251
HSL0.620.920.80
HSV224°38°98°
CMYK 0.380.270.00   0.02
XYZ47.850847.488997.9110
Yxy47.48890.24760.2457
Hunter Lab68.91223.3493-36.0012
CIE-Lab74.50147.6669-37.0060

#9cb6fb color RGB value is (156,182,251).

#9cb6fb hex color red value is 156, green value is 182 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9cb6fb hue: 0.62 , saturation: 0.92 and the lightness value of 9cb6fb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110110 11111011
Octal 234 266 373
Decimal 156 182 251
Hex 9C B6 FB

RGB Percentages of Color #9cb6fb

%26.49
%30.90
%42.61

CMYK Percentages of Color #9cb6fb

%38
%27
%0
%2

Triadic Colors of #9cb6fb

#9cb6fb #fb9cb6 #b6fb9c

Analogous Colors of #9cb6fb

#9cb6fb #b29cfb #9ce6fb

Monochromatic Colors of #9cb6fb

#9cb6fb

Complementary Color

#9cb6fb #fbe19c

#9cb6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb6fb Color CSS Codes

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

#9cb6fb Text Font Color

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

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


#9cb6fb Background Color

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

This div background color is #9cb6fb


#9cb6fb Border Color

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

This div border color is #9cb6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb6fb


Comments

No comments written yet.

Please login to write comment.