Color Hex Logo

#b9fbeb Color Hex

#B9FBEB
(185,251,235)
0 Favorites   0 Comments

Color spaces of #b9fbeb

RGB 185251235
HSL0.460.890.85
HSV165°26°98°
CMYK 0.260.000.06   0.02
XYZ69.500285.306891.4001
Yxy85.30680.28230.3465
Hunter Lab92.3617-27.31555.9804
CIE-Lab94.0152-23.74711.0159

#b9fbeb color RGB value is (185,251,235).

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

The process color (four color CMYK) of #b9fbeb color hex is 0.26, 0.00, 0.06, 0.02. Web safe color of #b9fbeb is #ccffff. Color #b9fbeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111011 11101011
Octal 271 373 353
Decimal 185 251 235
Hex B9 FB EB

RGB Percentages of Color #b9fbeb

%27.57
%37.41
%35.02

CMYK Percentages of Color #b9fbeb

%26
%0
%6
%2

Triadic Colors of #b9fbeb

#b9fbeb #ebb9fb #fbebb9

Analogous Colors of #b9fbeb

#b9fbeb #b9eafb #b9fbca

Monochromatic Colors of #b9fbeb

#b9fbeb

Complementary Color

#b9fbeb #fbb9c9

#b9fbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fbeb Color CSS Codes

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

#b9fbeb Text Font Color

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

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


#b9fbeb Background Color

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

This div background color is #b9fbeb


#b9fbeb Border Color

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

This div border color is #b9fbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fbeb


Comments

No comments written yet.

Please login to write comment.