Color Hex Logo

#fbfddb Color Hex

#FBFDDB
(251,253,219)
0 Favorites   0 Comments

Color spaces of #fbfddb

RGB 251253219
HSL0.180.890.93
HSV64°13°99°
CMYK 0.010.000.13   0.01
XYZ87.695195.874380.9014
Yxy95.87430.33160.3625
Hunter Lab97.9154-11.483719.5532
CIE-Lab98.3823-6.266216.0649

#fbfddb color RGB value is (251,253,219).

#fbfddb hex color red value is 251, green value is 253 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbfddb hue: 0.18 , saturation: 0.89 and the lightness value of fbfddb is 0.93.

The process color (four color CMYK) of #fbfddb color hex is 0.01, 0.00, 0.13, 0.01. Web safe color of #fbfddb is #ffffcc. Color #fbfddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 11011011
Octal 373 375 333
Decimal 251 253 219
Hex FB FD DB

RGB Percentages of Color #fbfddb

%34.72
%34.99
%30.29

CMYK Percentages of Color #fbfddb

%1
%0
%13
%1

Triadic Colors of #fbfddb

#fbfddb #dbfbfd #fddbfb

Analogous Colors of #fbfddb

#fbfddb #eafddb #fdeedb

Monochromatic Colors of #fbfddb

#fbfddb

Complementary Color

#fbfddb #dddbfd

#fbfddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfddb Color CSS Codes

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

#fbfddb Text Font Color

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

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


#fbfddb Background Color

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

This div background color is #fbfddb


#fbfddb Border Color

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

This div border color is #fbfddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfddb

Related Colors


Comments

No comments written yet.

Please login to write comment.