Color Hex Logo

#b9fbcb Color Hex

#B9FBCB
(185,251,203)
0 Favorites   0 Comments

Color spaces of #b9fbcb

RGB 185251203
HSL0.380.890.85
HSV136°26°98°
CMYK 0.260.000.19   0.02
XYZ65.284383.620469.1994
Yxy83.62040.29930.3834
Hunter Lab91.4442-32.591719.1439
CIE-Lab93.2854-29.900416.4697

#b9fbcb color RGB value is (185,251,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111011 11001011
Octal 271 373 313
Decimal 185 251 203
Hex B9 FB CB

RGB Percentages of Color #b9fbcb

%28.95
%39.28
%31.77

CMYK Percentages of Color #b9fbcb

%26
%0
%19
%2

Triadic Colors of #b9fbcb

#b9fbcb #cbb9fb #fbcbb9

Analogous Colors of #b9fbcb

#b9fbcb #b9fbec #c8fbb9

Monochromatic Colors of #b9fbcb

#b9fbcb

Complementary Color

#b9fbcb #fbb9e9

#b9fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fbcb Color CSS Codes

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

#b9fbcb Text Font Color

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

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


#b9fbcb Background Color

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

This div background color is #b9fbcb


#b9fbcb Border Color

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

This div border color is #b9fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fbcb


Comments

No comments written yet.

Please login to write comment.