Color Hex Logo

#b9e3fe Color Hex

#B9E3FE
(185,227,254)
0 Favorites   0 Comments

Color spaces of #b9e3fe

RGB 185227254
HSL0.570.970.86
HSV203°27°100°
CMYK 0.270.110.00   0.00
XYZ65.366172.4082104.2970
Yxy72.40820.27000.2991
Hunter Lab85.0930-11.7940-13.1056
CIE-Lab88.1647-7.6443-17.5574

#b9e3fe color RGB value is (185,227,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11100011 11111110
Octal 271 343 376
Decimal 185 227 254
Hex B9 E3 FE

RGB Percentages of Color #b9e3fe

%27.78
%34.08
%38.14

CMYK Percentages of Color #b9e3fe

%27
%11
%0
%0

Triadic Colors of #b9e3fe

#b9e3fe #feb9e3 #e3feb9

Analogous Colors of #b9e3fe

#b9e3fe #b9c1fe #b9fef7

Monochromatic Colors of #b9e3fe

#b9e3fe

Complementary Color

#b9e3fe #fed4b9

#b9e3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e3fe Color CSS Codes

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

#b9e3fe Text Font Color

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

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


#b9e3fe Background Color

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

This div background color is #b9e3fe


#b9e3fe Border Color

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

This div border color is #b9e3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e3fe


Comments

No comments written yet.

Please login to write comment.