Color Hex Logo

#fdeadb Color Hex

#FDEADB
(253,234,219)
0 Favorites   0 Comments

Color spaces of #fdeadb

RGB 253234219
HSL0.070.890.93
HSV26°13°99°
CMYK 0.000.080.13   0.01
XYZ82.717084.842879.0345
Yxy84.84280.33540.3441
Hunter Lab92.1102-0.895713.6037
CIE-Lab93.81534.02849.5951

#fdeadb color RGB value is (253,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11011011
Octal 375 352 333
Decimal 253 234 219
Hex FD EA DB

RGB Percentages of Color #fdeadb

%35.84
%33.14
%31.02

CMYK Percentages of Color #fdeadb

%0
%8
%13
%1

Triadic Colors of #fdeadb

#fdeadb #dbfdea #eadbfd

Analogous Colors of #fdeadb

#fdeadb #fdfbdb #fddbdd

Monochromatic Colors of #fdeadb

#fdeadb

Complementary Color

#fdeadb #dbeefd

#fdeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeadb Color CSS Codes

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

#fdeadb Text Font Color

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

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


#fdeadb Background Color

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

This div background color is #fdeadb


#fdeadb Border Color

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

This div border color is #fdeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeadb

#fdeadb Color Palettes


Comments

No comments written yet.

Please login to write comment.