Color Hex Logo

#fdfedd Color Hex

#FDFEDD
(253,254,221)
0 Favorites   0 Comments

Color spaces of #fdfedd

RGB 253254221
HSL0.170.940.93
HSV62°13°100°
CMYK 0.000.000.13   0.00
XYZ89.001096.986782.4361
Yxy96.98670.33160.3613
Hunter Lab98.4818-11.027419.3074
CIE-Lab98.8230-5.761415.6864

#fdfedd color RGB value is (253,254,221).

#fdfedd hex color red value is 253, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fdfedd hue: 0.17 , saturation: 0.94 and the lightness value of fdfedd is 0.93.

The process color (four color CMYK) of #fdfedd color hex is 0.00, 0.00, 0.13, 0.00. Web safe color of #fdfedd is #ffffcc. Color #fdfedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11011101
Octal 375 376 335
Decimal 253 254 221
Hex FD FE DD

RGB Percentages of Color #fdfedd

%34.75
%34.89
%30.36

CMYK Percentages of Color #fdfedd

%0
%0
%13
%0

Triadic Colors of #fdfedd

#fdfedd #ddfdfe #feddfd

Analogous Colors of #fdfedd

#fdfedd #edfedd #feefdd

Monochromatic Colors of #fdfedd

#fdfedd

Complementary Color

#fdfedd #deddfe

#fdfedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfedd Color CSS Codes

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

#fdfedd Text Font Color

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

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


#fdfedd Background Color

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

This div background color is #fdfedd


#fdfedd Border Color

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

This div border color is #fdfedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfedd

Related Colors


Comments

No comments written yet.

Please login to write comment.