Color Hex Logo

#b9fbdd Color Hex

#B9FBDD
(185,251,221)
0 Favorites   0 Comments

Color spaces of #b9fbdd

RGB 185251221
HSL0.420.890.85
HSV153°26°98°
CMYK 0.260.000.12   0.02
XYZ67.555984.529181.1618
Yxy84.52910.28960.3624
Hunter Lab91.9397-29.735412.0182
CIE-Lab93.6798-26.54207.7630

#b9fbdd color RGB value is (185,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111011 11011101
Octal 271 373 335
Decimal 185 251 221
Hex B9 FB DD

RGB Percentages of Color #b9fbdd

%28.16
%38.20
%33.64

CMYK Percentages of Color #b9fbdd

%26
%0
%12
%2

Triadic Colors of #b9fbdd

#b9fbdd #ddb9fb #fbddb9

Analogous Colors of #b9fbdd

#b9fbdd #b9f8fb #b9fbbc

Monochromatic Colors of #b9fbdd

#b9fbdd

Complementary Color

#b9fbdd #fbb9d7

#b9fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fbdd Color CSS Codes

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

#b9fbdd Text Font Color

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

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


#b9fbdd Background Color

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

This div background color is #b9fbdd


#b9fbdd Border Color

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

This div border color is #b9fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.