Color Hex Logo

#b1eefb Color Hex

#B1EEFB
(177,238,251)
0 Favorites   0 Comments

Color spaces of #b1eefb

RGB 177238251
HSL0.530.900.84
HSV191°29°98°
CMYK 0.290.050.00   0.02
XYZ66.118677.4612102.7335
Yxy77.46120.26840.3145
Hunter Lab88.0120-19.9239-7.5988
CIE-Lab90.5335-16.1674-12.4832

#b1eefb color RGB value is (177,238,251).

#b1eefb hex color red value is 177, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b1eefb hue: 0.53 , saturation: 0.90 and the lightness value of b1eefb is 0.84.

The process color (four color CMYK) of #b1eefb color hex is 0.29, 0.05, 0.00, 0.02. Web safe color of #b1eefb is #99ffff. Color #b1eefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101110 11111011
Octal 261 356 373
Decimal 177 238 251
Hex B1 EE FB

RGB Percentages of Color #b1eefb

%26.58
%35.74
%37.69

CMYK Percentages of Color #b1eefb

%29
%5
%0
%2

Triadic Colors of #b1eefb

#b1eefb #fbb1ee #eefbb1

Analogous Colors of #b1eefb

#b1eefb #b1c9fb #b1fbe3

Monochromatic Colors of #b1eefb

#b1eefb

Complementary Color

#b1eefb #fbbeb1

#b1eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eefb Color CSS Codes

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

#b1eefb Text Font Color

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

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


#b1eefb Background Color

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

This div background color is #b1eefb


#b1eefb Border Color

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

This div border color is #b1eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eefb


Comments

No comments written yet.

Please login to write comment.