Color Hex Logo

#b0fbab Color Hex

#B0FBAB
(176,251,171)
0 Favorites   0 Comments

Color spaces of #b0fbab

RGB 176251171
HSL0.320.910.83
HSV116°32°98°
CMYK 0.300.000.32   0.02
XYZ59.752481.164751.0452
Yxy81.16470.31130.4228
Hunter Lab90.0915-39.271429.4707
CIE-Lab92.2049-38.073431.1922

#b0fbab color RGB value is (176,251,171).

#b0fbab hex color red value is 176, green value is 251 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b0fbab hue: 0.32 , saturation: 0.91 and the lightness value of b0fbab is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111011 10101011
Octal 260 373 253
Decimal 176 251 171
Hex B0 FB AB

RGB Percentages of Color #b0fbab

%29.43
%41.97
%28.60

CMYK Percentages of Color #b0fbab

%30
%0
%32
%2

Triadic Colors of #b0fbab

#b0fbab #abb0fb #fbabb0

Analogous Colors of #b0fbab

#b0fbab #abfbce #d8fbab

Monochromatic Colors of #b0fbab

#b0fbab

Complementary Color

#b0fbab #f6abfb

#b0fbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fbab Color CSS Codes

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

#b0fbab Text Font Color

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

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


#b0fbab Background Color

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

This div background color is #b0fbab


#b0fbab Border Color

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

This div border color is #b0fbab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,251,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0fbab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0fbab;
  -webkit-box-shadow: 1px 1px 3px 2px #b0fbab;
  box-shadow:         1px 1px 3px 2px #b0fbab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,251,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fbab

Related Colors


Comments

No comments written yet.

Please login to write comment.