Color Hex Logo

#b0fdaa Color Hex

#B0FDAA
(176,253,170)
0 Favorites   0 Comments

Color spaces of #b0fdaa

RGB 176253170
HSL0.320.950.83
HSV116°33°99°
CMYK 0.300.000.33   0.01
XYZ60.285582.382950.7543
Yxy82.38290.31170.4259
Hunter Lab90.7650-40.280330.3815
CIE-Lab92.7436-39.125132.4166

#b0fdaa color RGB value is (176,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111101 10101010
Octal 260 375 252
Decimal 176 253 170
Hex B0 FD AA

RGB Percentages of Color #b0fdaa

%29.38
%42.24
%28.38

CMYK Percentages of Color #b0fdaa

%30
%0
%33
%1

Triadic Colors of #b0fdaa

#b0fdaa #aab0fd #fdaab0

Analogous Colors of #b0fdaa

#b0fdaa #aafdce #dafdaa

Monochromatic Colors of #b0fdaa

#b0fdaa

Complementary Color

#b0fdaa #f7aafd

#b0fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fdaa Color CSS Codes

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

#b0fdaa Text Font Color

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

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


#b0fdaa Background Color

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

This div background color is #b0fdaa


#b0fdaa Border Color

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

This div border color is #b0fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.