Color Hex Logo

#fdedef Color Hex

#FDEDEF
(253,237,239)
2 Favorites   0 Comments

Color spaces of #fdedef

RGB 253237239
HSL0.980.800.96
HSV353°99°
CMYK 0.000.060.06   0.01
XYZ86.372287.683094.0336
Yxy87.68300.32220.3271
Hunter Lab93.63920.77876.0077
CIE-Lab95.02735.73480.9661

#fdedef color RGB value is (253,237,239).

#fdedef hex color red value is 253, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fdedef hue: 0.98 , saturation: 0.80 and the lightness value of fdedef is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 11101111
Octal 375 355 357
Decimal 253 237 239
Hex FD ED EF

RGB Percentages of Color #fdedef

%34.71
%32.51
%32.78

CMYK Percentages of Color #fdedef

%0
%6
%6
%1

Triadic Colors of #fdedef

#fdedef #effded #edeffd

Analogous Colors of #fdedef

#fdedef #fdf3ed #fdedf7

Monochromatic Colors of #fdedef

#fdedef

Complementary Color

#fdedef #edfdfb

#fdedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedef Color CSS Codes

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

#fdedef Text Font Color

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

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


#fdedef Background Color

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

This div background color is #fdedef


#fdedef Border Color

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

This div border color is #fdedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedef


Comments

No comments written yet.

Please login to write comment.