Color Hex Logo

#fbffcb Color Hex

#FBFFCB
(251,255,203)
1 Favorites   0 Comments

Color spaces of #fbffcb

RGB 251255203
HSL0.181.000.90
HSV65°20°100°
CMYK 0.020.000.20   0.00
XYZ86.323296.341070.5459
Yxy96.34100.34090.3805
Hunter Lab98.1535-14.782826.0939
CIE-Lab98.5676-9.616524.4688

#fbffcb color RGB value is (251,255,203).

#fbffcb hex color red value is 251, green value is 255 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fbffcb hue: 0.18 , saturation: 1.00 and the lightness value of fbffcb is 0.90.

The process color (four color CMYK) of #fbffcb color hex is 0.02, 0.00, 0.20, 0.00. Web safe color of #fbffcb is #ffffcc. Color #fbffcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 11001011
Octal 373 377 313
Decimal 251 255 203
Hex FB FF CB

RGB Percentages of Color #fbffcb

%35.40
%35.97
%28.63

CMYK Percentages of Color #fbffcb

%2
%0
%20
%0

Triadic Colors of #fbffcb

#fbffcb #cbfbff #ffcbfb

Analogous Colors of #fbffcb

#fbffcb #e1ffcb #ffe9cb

Monochromatic Colors of #fbffcb

#fbffcb

Complementary Color

#fbffcb #cfcbff

#fbffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffcb Color CSS Codes

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

#fbffcb Text Font Color

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

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


#fbffcb Background Color

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

This div background color is #fbffcb


#fbffcb Border Color

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

This div border color is #fbffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffcb

Related Colors

#fbffcb Color Palettes


Comments

No comments written yet.

Please login to write comment.