Color Hex Logo

#fdeedf Color Hex

#FDEEDF
(253,238,223)
0 Favorites   0 Comments

Color spaces of #fdeedf

RGB 253238223
HSL0.080.880.93
HSV30°12°99°
CMYK 0.000.060.12   0.01
XYZ84.401887.359482.2256
Yxy87.35940.33230.3440
Hunter Lab93.4663-2.377013.2668
CIE-Lab94.89052.61329.0617

#fdeedf color RGB value is (253,238,223).

#fdeedf hex color red value is 253, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fdeedf hue: 0.08 , saturation: 0.88 and the lightness value of fdeedf is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 11011111
Octal 375 356 337
Decimal 253 238 223
Hex FD EE DF

RGB Percentages of Color #fdeedf

%35.43
%33.33
%31.23

CMYK Percentages of Color #fdeedf

%0
%6
%12
%1

Triadic Colors of #fdeedf

#fdeedf #dffdee #eedffd

Analogous Colors of #fdeedf

#fdeedf #fdfddf #fddfdf

Monochromatic Colors of #fdeedf

#fdeedf

Complementary Color

#fdeedf #dfeefd

#fdeedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeedf Color CSS Codes

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

#fdeedf Text Font Color

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

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


#fdeedf Background Color

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

This div background color is #fdeedf


#fdeedf Border Color

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

This div border color is #fdeedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeedf


Comments

No comments written yet.

Please login to write comment.