Color Hex Logo

#b1f3cc Color Hex

#B1F3CC
(177,243,204)
0 Favorites   0 Comments

Color spaces of #b1f3cc

RGB 177243204
HSL0.400.730.82
HSV145°27°95°
CMYK 0.270.000.16   0.05
XYZ61.081177.807968.9259
Yxy77.80790.29390.3744
Hunter Lab88.2088-30.761215.4172
CIE-Lab90.6922-28.401212.2255

#b1f3cc color RGB value is (177,243,204).

#b1f3cc hex color red value is 177, green value is 243 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b1f3cc hue: 0.40 , saturation: 0.73 and the lightness value of b1f3cc is 0.82.

The process color (four color CMYK) of #b1f3cc color hex is 0.27, 0.00, 0.16, 0.05. Web safe color of #b1f3cc is #99ffcc. Color #b1f3cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11110011 11001100
Octal 261 363 314
Decimal 177 243 204
Hex B1 F3 CC

RGB Percentages of Color #b1f3cc

%28.37
%38.94
%32.69

CMYK Percentages of Color #b1f3cc

%27
%0
%16
%5

Triadic Colors of #b1f3cc

#b1f3cc #ccb1f3 #f3ccb1

Analogous Colors of #b1f3cc

#b1f3cc #b1f3ed #b7f3b1

Monochromatic Colors of #b1f3cc

#b1f3cc

Complementary Color

#b1f3cc #f3b1d8

#b1f3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1f3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1f3cc Color CSS Codes

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

#b1f3cc Text Font Color

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

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


#b1f3cc Background Color

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

This div background color is #b1f3cc


#b1f3cc Border Color

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

This div border color is #b1f3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1f3cc


Comments

No comments written yet.

Please login to write comment.