Color Hex Logo

#b1eecf Color Hex

#B1EECF
(177,238,207)
0 Favorites   0 Comments

Color spaces of #b1eecf

RGB 177238207
HSL0.420.640.81
HSV150°26°93°
CMYK 0.260.000.13   0.07
XYZ59.968575.001270.3475
Yxy75.00120.29210.3653
Hunter Lab86.6032-27.953112.4612
CIE-Lab89.3936-25.43968.8139

#b1eecf color RGB value is (177,238,207).

#b1eecf hex color red value is 177, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b1eecf hue: 0.42 , saturation: 0.64 and the lightness value of b1eecf is 0.81.

The process color (four color CMYK) of #b1eecf color hex is 0.26, 0.00, 0.13, 0.07. Web safe color of #b1eecf is #99ffcc. Color #b1eecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101110 11001111
Octal 261 356 317
Decimal 177 238 207
Hex B1 EE CF

RGB Percentages of Color #b1eecf

%28.46
%38.26
%33.28

CMYK Percentages of Color #b1eecf

%26
%0
%13
%7

Triadic Colors of #b1eecf

#b1eecf #cfb1ee #eecfb1

Analogous Colors of #b1eecf

#b1eecf #b1eeee #b2eeb1

Monochromatic Colors of #b1eecf

#b1eecf

Complementary Color

#b1eecf #eeb1d0

#b1eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eecf Color CSS Codes

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

#b1eecf Text Font Color

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

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


#b1eecf Background Color

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

This div background color is #b1eecf


#b1eecf Border Color

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

This div border color is #b1eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eecf


Comments

No comments written yet.

Please login to write comment.