Color Hex Logo

#fdfcdb Color Hex

#FDFCDB
(253,252,219)
0 Favorites   0 Comments

Color spaces of #fdfcdb

RGB 253252219
HSL0.160.890.93
HSV58°13°99°
CMYK 0.000.000.13   0.01
XYZ88.104695.617980.8303
Yxy95.61790.33300.3614
Hunter Lab97.7844-10.292719.4389
CIE-Lab98.2802-5.069815.9420

#fdfcdb color RGB value is (253,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 11011011
Octal 375 374 333
Decimal 253 252 219
Hex FD FC DB

RGB Percentages of Color #fdfcdb

%34.94
%34.81
%30.25

CMYK Percentages of Color #fdfcdb

%0
%0
%13
%1

Triadic Colors of #fdfcdb

#fdfcdb #dbfdfc #fcdbfd

Analogous Colors of #fdfcdb

#fdfcdb #edfddb #fdebdb

Monochromatic Colors of #fdfcdb

#fdfcdb

Complementary Color

#fdfcdb #dbdcfd

#fdfcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcdb Color CSS Codes

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

#fdfcdb Text Font Color

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

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


#fdfcdb Background Color

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

This div background color is #fdfcdb


#fdfcdb Border Color

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

This div border color is #fdfcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.