Color Hex Logo

#9cbcfb Color Hex

#9CBCFB
(156,188,251)
0 Favorites   0 Comments

Color spaces of #9cbcfb

RGB 156188251
HSL0.610.920.80
HSV220°38°98°
CMYK 0.380.250.00   0.02
XYZ49.106149.999498.3295
Yxy49.99940.24870.2532
Hunter Lab70.71030.2198-32.9513
CIE-Lab76.06894.3588-34.5781

#9cbcfb color RGB value is (156,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11111011
Octal 234 274 373
Decimal 156 188 251
Hex 9C BC FB

RGB Percentages of Color #9cbcfb

%26.22
%31.60
%42.18

CMYK Percentages of Color #9cbcfb

%38
%25
%0
%2

Triadic Colors of #9cbcfb

#9cbcfb #fb9cbc #bcfb9c

Analogous Colors of #9cbcfb

#9cbcfb #ac9cfb #9cecfb

Monochromatic Colors of #9cbcfb

#9cbcfb

Complementary Color

#9cbcfb #fbdb9c

#9cbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbcfb Color CSS Codes

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

#9cbcfb Text Font Color

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

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


#9cbcfb Background Color

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

This div background color is #9cbcfb


#9cbcfb Border Color

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

This div border color is #9cbcfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,188,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 #9cbcfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbcfb


Comments

No comments written yet.

Please login to write comment.