Color Hex Logo

#fdefdb Color Hex

#FDEFDB
(253,239,219)
1 Favorites   0 Comments

Color spaces of #fdefdb

RGB 253239219
HSL0.100.890.93
HSV35°13°99°
CMYK 0.000.060.13   0.01
XYZ84.160787.730179.5157
Yxy87.73010.33480.3490
Hunter Lab93.6643-3.524115.2312
CIE-Lab95.04721.480011.3549

#fdefdb color RGB value is (253,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11011011
Octal 375 357 333
Decimal 253 239 219
Hex FD EF DB

RGB Percentages of Color #fdefdb

%35.58
%33.61
%30.80

CMYK Percentages of Color #fdefdb

%0
%6
%13
%1

Triadic Colors of #fdefdb

#fdefdb #dbfdef #efdbfd

Analogous Colors of #fdefdb

#fdefdb #fafddb #fddedb

Monochromatic Colors of #fdefdb

#fdefdb

Complementary Color

#fdefdb #dbe9fd

#fdefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefdb Color CSS Codes

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

#fdefdb Text Font Color

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

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


#fdefdb Background Color

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

This div background color is #fdefdb


#fdefdb Border Color

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

This div border color is #fdefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefdb

#fdefdb Color Palettes


Comments

No comments written yet.

Please login to write comment.