Color Hex Logo

#b5e9fb Color Hex

#B5E9FB
(181,233,251)
0 Favorites   0 Comments

Color spaces of #b5e9fb

RGB 181233251
HSL0.540.900.85
HSV195°28°98°
CMYK 0.280.070.00   0.02
XYZ65.607675.0666102.2982
Yxy75.06660.27000.3090
Hunter Lab86.6410-16.4552-9.3558
CIE-Lab89.4242-12.5303-14.1183

#b5e9fb color RGB value is (181,233,251).

#b5e9fb hex color red value is 181, green value is 233 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b5e9fb hue: 0.54 , saturation: 0.90 and the lightness value of b5e9fb is 0.85.

The process color (four color CMYK) of #b5e9fb color hex is 0.28, 0.07, 0.00, 0.02. Web safe color of #b5e9fb is #ccffff. Color #b5e9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101001 11111011
Octal 265 351 373
Decimal 181 233 251
Hex B5 E9 FB

RGB Percentages of Color #b5e9fb

%27.22
%35.04
%37.74

CMYK Percentages of Color #b5e9fb

%28
%7
%0
%2

Triadic Colors of #b5e9fb

#b5e9fb #fbb5e9 #e9fbb5

Analogous Colors of #b5e9fb

#b5e9fb #b5c6fb #b5fbea

Monochromatic Colors of #b5e9fb

#b5e9fb

Complementary Color

#b5e9fb #fbc7b5

#b5e9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e9fb Color CSS Codes

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

#b5e9fb Text Font Color

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

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


#b5e9fb Background Color

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

This div background color is #b5e9fb


#b5e9fb Border Color

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

This div border color is #b5e9fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,233,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5e9fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5e9fb;
  -webkit-box-shadow: 1px 1px 3px 2px #b5e9fb;
  box-shadow:         1px 1px 3px 2px #b5e9fb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e9fb


Comments

No comments written yet.

Please login to write comment.