Color Hex Logo

#b9cbfe Color Hex

#B9CBFE
(185,203,254)
0 Favorites   0 Comments

Color spaces of #b9cbfe

RGB 185203254
HSL0.620.970.86
HSV224°27°100°
CMYK 0.270.200.00   0.00
XYZ59.252960.1819102.2592
Yxy60.18190.26730.2715
Hunter Lab77.57700.5776-23.8500
CIE-Lab81.93704.9883-27.0024

#b9cbfe color RGB value is (185,203,254).

#b9cbfe hex color red value is 185, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b9cbfe hue: 0.62 , saturation: 0.97 and the lightness value of b9cbfe is 0.86.

The process color (four color CMYK) of #b9cbfe color hex is 0.27, 0.20, 0.00, 0.00. Web safe color of #b9cbfe is #ccccff. Color #b9cbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001011 11111110
Octal 271 313 376
Decimal 185 203 254
Hex B9 CB FE

RGB Percentages of Color #b9cbfe

%28.82
%31.62
%39.56

CMYK Percentages of Color #b9cbfe

%27
%20
%0
%0

Triadic Colors of #b9cbfe

#b9cbfe #feb9cb #cbfeb9

Analogous Colors of #b9cbfe

#b9cbfe #cab9fe #b9eefe

Monochromatic Colors of #b9cbfe

#b9cbfe

Complementary Color

#b9cbfe #feecb9

#b9cbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cbfe Color CSS Codes

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

#b9cbfe Text Font Color

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

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


#b9cbfe Background Color

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

This div background color is #b9cbfe


#b9cbfe Border Color

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

This div border color is #b9cbfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,203,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9cbfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9cbfe;
  -webkit-box-shadow: 1px 1px 3px 2px #b9cbfe;
  box-shadow:         1px 1px 3px 2px #b9cbfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,203,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cbfe


Comments

No comments written yet.

Please login to write comment.