Color Hex Logo

#b9fadb Color Hex

#B9FADB
(185,250,219)
0 Favorites   0 Comments

Color spaces of #b9fadb

RGB 185250219
HSL0.420.870.85
HSV151°26°98°
CMYK 0.260.000.12   0.02
XYZ66.979483.800079.6627
Yxy83.80000.29070.3636
Hunter Lab91.5423-29.594812.4838
CIE-Lab93.3636-26.45188.3412

#b9fadb color RGB value is (185,250,219).

#b9fadb hex color red value is 185, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b9fadb hue: 0.42 , saturation: 0.87 and the lightness value of b9fadb is 0.85.

The process color (four color CMYK) of #b9fadb color hex is 0.26, 0.00, 0.12, 0.02. Web safe color of #b9fadb is #ccffcc. Color #b9fadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111010 11011011
Octal 271 372 333
Decimal 185 250 219
Hex B9 FA DB

RGB Percentages of Color #b9fadb

%28.29
%38.23
%33.49

CMYK Percentages of Color #b9fadb

%26
%0
%12
%2

Triadic Colors of #b9fadb

#b9fadb #dbb9fa #fadbb9

Analogous Colors of #b9fadb

#b9fadb #b9f9fa #b9fabb

Monochromatic Colors of #b9fadb

#b9fadb

Complementary Color

#b9fadb #fab9d8

#b9fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fadb Color CSS Codes

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

#b9fadb Text Font Color

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

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


#b9fadb Background Color

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

This div background color is #b9fadb


#b9fadb Border Color

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

This div border color is #b9fadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,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 #b9fadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fadb


Comments

No comments written yet.

Please login to write comment.