Color Hex Logo

#fdeed0 Color Hex

#FDEED0
(253,238,208)
0 Favorites   0 Comments

Color spaces of #fdeed0

RGB 253238208
HSL0.110.920.90
HSV40°18°99°
CMYK 0.000.060.18   0.01
XYZ82.467786.585872.0407
Yxy86.58580.34210.3591
Hunter Lab93.0515-4.642919.2336
CIE-Lab94.56230.328916.3492

#fdeed0 color RGB value is (253,238,208).

#fdeed0 hex color red value is 253, green value is 238 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fdeed0 hue: 0.11 , saturation: 0.92 and the lightness value of fdeed0 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11010000
Octal 375 356 320
Decimal 253 238 208
Hex FD EE D0

RGB Percentages of Color #fdeed0

%36.19
%34.05
%29.76

CMYK Percentages of Color #fdeed0

%0
%6
%18
%1

Triadic Colors of #fdeed0

#fdeed0 #d0fdee #eed0fd

Analogous Colors of #fdeed0

#fdeed0 #f6fdd0 #fdd8d0

Monochromatic Colors of #fdeed0

#fdeed0

Complementary Color

#fdeed0 #d0dffd

#fdeed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeed0 Color CSS Codes

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

#fdeed0 Text Font Color

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

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


#fdeed0 Background Color

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

This div background color is #fdeed0


#fdeed0 Border Color

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

This div border color is #fdeed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeed0


Comments

No comments written yet.

Please login to write comment.