Color Hex Logo

#b1fcc3 Color Hex

#B1FCC3
(177,252,195)
0 Favorites   0 Comments

Color spaces of #b1fcc3

RGB 177252195
HSL0.370.930.84
HSV134°30°99°
CMYK 0.300.000.23   0.01
XYZ62.792282.908064.3231
Yxy82.90800.29900.3948
Hunter Lab91.0538-36.247721.8535
CIE-Lab92.9741-34.245320.0709

#b1fcc3 color RGB value is (177,252,195).

#b1fcc3 hex color red value is 177, green value is 252 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b1fcc3 hue: 0.37 , saturation: 0.93 and the lightness value of b1fcc3 is 0.84.

The process color (four color CMYK) of #b1fcc3 color hex is 0.30, 0.00, 0.23, 0.01. Web safe color of #b1fcc3 is #99ffcc. Color #b1fcc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111100 11000011
Octal 261 374 303
Decimal 177 252 195
Hex B1 FC C3

RGB Percentages of Color #b1fcc3

%28.37
%40.38
%31.25

CMYK Percentages of Color #b1fcc3

%30
%0
%23
%1

Triadic Colors of #b1fcc3

#b1fcc3 #c3b1fc #fcc3b1

Analogous Colors of #b1fcc3

#b1fcc3 #b1fce9 #c5fcb1

Monochromatic Colors of #b1fcc3

#b1fcc3

Complementary Color

#b1fcc3 #fcb1ea

#b1fcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fcc3 Color CSS Codes

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

#b1fcc3 Text Font Color

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

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


#b1fcc3 Background Color

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

This div background color is #b1fcc3


#b1fcc3 Border Color

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

This div border color is #b1fcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fcc3

Related Colors


Comments

No comments written yet.

Please login to write comment.