Color Hex Logo

#b1febc Color Hex

#B1FEBC
(177,254,188)
0 Favorites   0 Comments

Color spaces of #b1febc

RGB 177254188
HSL0.360.970.85
HSV129°30°100°
CMYK 0.300.000.26   0.00
XYZ62.650483.861660.4618
Yxy83.86160.30270.4052
Hunter Lab91.5760-38.139724.9578
CIE-Lab93.3904-36.367324.2160

#b1febc color RGB value is (177,254,188).

#b1febc hex color red value is 177, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b1febc hue: 0.36 , saturation: 0.97 and the lightness value of b1febc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111110 10111100
Octal 261 376 274
Decimal 177 254 188
Hex B1 FE BC

RGB Percentages of Color #b1febc

%28.59
%41.03
%30.37

CMYK Percentages of Color #b1febc

%30
%0
%26
%0

Triadic Colors of #b1febc

#b1febc #bcb1fe #febcb1

Analogous Colors of #b1febc

#b1febc #b1fee3 #cdfeb1

Monochromatic Colors of #b1febc

#b1febc

Complementary Color

#b1febc #feb1f3

#b1febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1febc Color CSS Codes

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

#b1febc Text Font Color

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

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


#b1febc Background Color

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

This div background color is #b1febc


#b1febc Border Color

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

This div border color is #b1febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1febc


Comments

No comments written yet.

Please login to write comment.