Color Hex Logo

#fdfbdd Color Hex

#FDFBDD
(253,251,221)
0 Favorites   0 Comments

Color spaces of #fdfbdd

RGB 253251221
HSL0.160.890.93
HSV56°13°99°
CMYK 0.000.010.13   0.01
XYZ88.056395.097582.1212
Yxy95.09750.33190.3585
Hunter Lab97.5179-9.475318.3336
CIE-Lab98.0725-4.263714.6249

#fdfbdd color RGB value is (253,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11011101
Octal 375 373 335
Decimal 253 251 221
Hex FD FB DD

RGB Percentages of Color #fdfbdd

%34.90
%34.62
%30.48

CMYK Percentages of Color #fdfbdd

%0
%1
%13
%1

Triadic Colors of #fdfbdd

#fdfbdd #ddfdfb #fbddfd

Analogous Colors of #fdfbdd

#fdfbdd #effddd #fdebdd

Monochromatic Colors of #fdfbdd

#fdfbdd

Complementary Color

#fdfbdd #dddffd

#fdfbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbdd Color CSS Codes

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

#fdfbdd Text Font Color

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

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


#fdfbdd Background Color

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

This div background color is #fdfbdd


#fdfbdd Border Color

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

This div border color is #fdfbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbdd


Comments

No comments written yet.

Please login to write comment.