Color Hex Logo

#b1f3ce Color Hex

#B1F3CE
(177,243,206)
0 Favorites   0 Comments

Color spaces of #b1f3ce

RGB 177243206
HSL0.410.730.82
HSV146°27°95°
CMYK 0.270.000.15   0.05
XYZ61.322677.904570.1976
Yxy77.90450.29280.3720
Hunter Lab88.2635-30.445214.6300
CIE-Lab90.7363-28.023611.2519

#b1f3ce color RGB value is (177,243,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11110011 11001110
Octal 261 363 316
Decimal 177 243 206
Hex B1 F3 CE

RGB Percentages of Color #b1f3ce

%28.27
%38.82
%32.91

CMYK Percentages of Color #b1f3ce

%27
%0
%15
%5

Triadic Colors of #b1f3ce

#b1f3ce #ceb1f3 #f3ceb1

Analogous Colors of #b1f3ce

#b1f3ce #b1f3ef #b5f3b1

Monochromatic Colors of #b1f3ce

#b1f3ce

Complementary Color

#b1f3ce #f3b1d6

#b1f3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1f3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1f3ce Color CSS Codes

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

#b1f3ce Text Font Color

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

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


#b1f3ce Background Color

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

This div background color is #b1f3ce


#b1f3ce Border Color

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

This div border color is #b1f3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1f3ce


Comments

No comments written yet.

Please login to write comment.