Color Hex Logo

#b9cffe Color Hex

#B9CFFE
(185,207,254)
0 Favorites   0 Comments

Color spaces of #b9cffe

RGB 185207254
HSL0.610.970.86
HSV221°27°100°
CMYK 0.270.190.00   0.00
XYZ60.209862.0957102.5782
Yxy62.09570.26770.2761
Hunter Lab78.8008-1.5139-22.0196
CIE-Lab82.96432.8472-25.4346

#b9cffe color RGB value is (185,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 11111110
Octal 271 317 376
Decimal 185 207 254
Hex B9 CF FE

RGB Percentages of Color #b9cffe

%28.64
%32.04
%39.32

CMYK Percentages of Color #b9cffe

%27
%19
%0
%0

Triadic Colors of #b9cffe

#b9cffe #feb9cf #cffeb9

Analogous Colors of #b9cffe

#b9cffe #c6b9fe #b9f2fe

Monochromatic Colors of #b9cffe

#b9cffe

Complementary Color

#b9cffe #fee8b9

#b9cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cffe Color CSS Codes

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

#b9cffe Text Font Color

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

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


#b9cffe Background Color

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

This div background color is #b9cffe


#b9cffe Border Color

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

This div border color is #b9cffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,207,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 #b9cffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cffe


Comments

No comments written yet.

Please login to write comment.