Color Hex Logo

#9cbefb Color Hex

#9CBEFB
(156,190,251)
0 Favorites   0 Comments

Color spaces of #9cbefb

RGB 156190251
HSL0.610.920.80
HSV219°38°98°
CMYK 0.380.240.00   0.02
XYZ49.536350.859998.4729
Yxy50.85990.24910.2557
Hunter Lab71.3161-0.8168-31.9460
CIE-Lab76.59413.2633-33.7665

#9cbefb color RGB value is (156,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 11111011
Octal 234 276 373
Decimal 156 190 251
Hex 9C BE FB

RGB Percentages of Color #9cbefb

%26.13
%31.83
%42.04

CMYK Percentages of Color #9cbefb

%38
%24
%0
%2

Triadic Colors of #9cbefb

#9cbefb #fb9cbe #befb9c

Analogous Colors of #9cbefb

#9cbefb #aa9cfb #9ceefb

Monochromatic Colors of #9cbefb

#9cbefb

Complementary Color

#9cbefb #fbd99c

#9cbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbefb Color CSS Codes

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

#9cbefb Text Font Color

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

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


#9cbefb Background Color

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

This div background color is #9cbefb


#9cbefb Border Color

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

This div border color is #9cbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbefb


Comments

No comments written yet.

Please login to write comment.