Color Hex Logo

#fbffbd Color Hex

#FBFFBD
(251,255,189)
0 Favorites   0 Comments

Color spaces of #fbffbd

RGB 251255189
HSL0.181.000.87
HSV64°26°100°
CMYK 0.020.000.26   0.00
XYZ84.729095.703462.1510
Yxy95.70340.34930.3945
Hunter Lab97.8281-16.600230.8123
CIE-Lab98.3143-11.524031.1886

#fbffbd color RGB value is (251,255,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 10111101
Octal 373 377 275
Decimal 251 255 189
Hex FB FF BD

RGB Percentages of Color #fbffbd

%36.12
%36.69
%27.19

CMYK Percentages of Color #fbffbd

%2
%0
%26
%0

Triadic Colors of #fbffbd

#fbffbd #bdfbff #ffbdfb

Analogous Colors of #fbffbd

#fbffbd #daffbd #ffe2bd

Monochromatic Colors of #fbffbd

#fbffbd

Complementary Color

#fbffbd #c1bdff

#fbffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffbd Color CSS Codes

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

#fbffbd Text Font Color

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

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


#fbffbd Background Color

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

This div background color is #fbffbd


#fbffbd Border Color

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

This div border color is #fbffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.