Color Hex Logo

#b0fadb Color Hex

#B0FADB
(176,250,219)
0 Favorites   0 Comments

Color spaces of #b0fadb

RGB 176250219
HSL0.430.880.84
HSV155°30°98°
CMYK 0.300.000.12   0.02
XYZ64.876382.715879.5642
Yxy82.71580.28560.3641
Hunter Lab90.9482-31.829611.7951
CIE-Lab92.8899-29.11657.5988

#b0fadb color RGB value is (176,250,219).

#b0fadb hex color red value is 176, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b0fadb hue: 0.43 , saturation: 0.88 and the lightness value of b0fadb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111010 11011011
Octal 260 372 333
Decimal 176 250 219
Hex B0 FA DB

RGB Percentages of Color #b0fadb

%27.29
%38.76
%33.95

CMYK Percentages of Color #b0fadb

%30
%0
%12
%2

Triadic Colors of #b0fadb

#b0fadb #dbb0fa #fadbb0

Analogous Colors of #b0fadb

#b0fadb #b0f4fa #b0fab6

Monochromatic Colors of #b0fadb

#b0fadb

Complementary Color

#b0fadb #fab0cf

#b0fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fadb Color CSS Codes

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

#b0fadb Text Font Color

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

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


#b0fadb Background Color

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

This div background color is #b0fadb


#b0fadb Border Color

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

This div border color is #b0fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fadb


Comments

No comments written yet.

Please login to write comment.