Color Hex Logo

#b9fbde Color Hex

#B9FBDE
(185,251,222)
0 Favorites   0 Comments

Color spaces of #b9fbde

RGB 185251222
HSL0.430.890.85
HSV154°26°98°
CMYK 0.260.000.12   0.02
XYZ67.689684.582681.8657
Yxy84.58260.28910.3613
Hunter Lab91.9688-29.568311.6014
CIE-Lab93.7030-26.34767.2802

#b9fbde color RGB value is (185,251,222).

#b9fbde hex color red value is 185, green value is 251 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b9fbde hue: 0.43 , saturation: 0.89 and the lightness value of b9fbde is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111011 11011110
Octal 271 373 336
Decimal 185 251 222
Hex B9 FB DE

RGB Percentages of Color #b9fbde

%28.12
%38.15
%33.74

CMYK Percentages of Color #b9fbde

%26
%0
%12
%2

Triadic Colors of #b9fbde

#b9fbde #deb9fb #fbdeb9

Analogous Colors of #b9fbde

#b9fbde #b9f7fb #b9fbbd

Monochromatic Colors of #b9fbde

#b9fbde

Complementary Color

#b9fbde #fbb9d6

#b9fbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fbde Color CSS Codes

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

#b9fbde Text Font Color

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

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


#b9fbde Background Color

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

This div background color is #b9fbde


#b9fbde Border Color

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

This div border color is #b9fbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fbde


Comments

No comments written yet.

Please login to write comment.