Color Hex Logo

#b1ffee Color Hex

#B1FFEE
(177,255,238)
0 Favorites   0 Comments

Color spaces of #b1ffee

RGB 177255238
HSL0.461.000.85
HSV167°31°100°
CMYK 0.310.000.07   0.00
XYZ69.324187.040294.0356
Yxy87.04020.27690.3476
Hunter Lab93.2953-30.63055.5463
CIE-Lab94.7553-27.31820.4959

#b1ffee color RGB value is (177,255,238).

#b1ffee hex color red value is 177, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b1ffee hue: 0.46 , saturation: 1.00 and the lightness value of b1ffee is 0.85.

The process color (four color CMYK) of #b1ffee color hex is 0.31, 0.00, 0.07, 0.00. Web safe color of #b1ffee is #99ffff. Color #b1ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111111 11101110
Octal 261 377 356
Decimal 177 255 238
Hex B1 FF EE

RGB Percentages of Color #b1ffee

%26.42
%38.06
%35.52

CMYK Percentages of Color #b1ffee

%31
%0
%7
%0

Triadic Colors of #b1ffee

#b1ffee #eeb1ff #ffeeb1

Analogous Colors of #b1ffee

#b1ffee #b1e9ff #b1ffc7

Monochromatic Colors of #b1ffee

#b1ffee

Complementary Color

#b1ffee #ffb1c2

#b1ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ffee Color CSS Codes

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

#b1ffee Text Font Color

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

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


#b1ffee Background Color

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

This div background color is #b1ffee


#b1ffee Border Color

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

This div border color is #b1ffee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,255,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.