Color Hex Logo

#b1fead Color Hex

#B1FEAD
(177,254,173)
0 Favorites   0 Comments

Color spaces of #b1fead

RGB 177254173
HSL0.330.980.84
HSV117°32°100°
CMYK 0.300.000.32   0.00
XYZ61.116183.247952.3825
Yxy83.24790.31060.4231
Hunter Lab91.2403-40.104629.8289
CIE-Lab93.1229-38.795931.4297

#b1fead color RGB value is (177,254,173).

#b1fead hex color red value is 177, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b1fead hue: 0.33 , saturation: 0.98 and the lightness value of b1fead is 0.84.

The process color (four color CMYK) of #b1fead color hex is 0.30, 0.00, 0.32, 0.00. Web safe color of #b1fead is #99ff99. Color #b1fead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111110 10101101
Octal 261 376 255
Decimal 177 254 173
Hex B1 FE AD

RGB Percentages of Color #b1fead

%29.30
%42.05
%28.64

CMYK Percentages of Color #b1fead

%30
%0
%32
%0

Triadic Colors of #b1fead

#b1fead #adb1fe #feadb1

Analogous Colors of #b1fead

#b1fead #adfed2 #dafead

Monochromatic Colors of #b1fead

#b1fead

Complementary Color

#b1fead #faadfe

#b1fead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fead Color CSS Codes

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

#b1fead Text Font Color

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

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


#b1fead Background Color

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

This div background color is #b1fead


#b1fead Border Color

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

This div border color is #b1fead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fead

Related Colors


Comments

No comments written yet.

Please login to write comment.