Color Hex Logo

#fdfede Color Hex

#FDFEDE
(253,254,222)
0 Favorites   0 Comments

Color spaces of #fdfede

RGB 253254222
HSL0.170.940.93
HSV62°13°100°
CMYK 0.000.000.13   0.00
XYZ89.134697.040283.1400
Yxy97.04020.33100.3603
Hunter Lab98.5090-10.877318.9165
CIE-Lab98.8441-5.607715.2054

#fdfede color RGB value is (253,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11011110
Octal 375 376 336
Decimal 253 254 222
Hex FD FE DE

RGB Percentages of Color #fdfede

%34.71
%34.84
%30.45

CMYK Percentages of Color #fdfede

%0
%0
%13
%0

Triadic Colors of #fdfede

#fdfede #defdfe #fedefd

Analogous Colors of #fdfede

#fdfede #edfede #feefde

Monochromatic Colors of #fdfede

#fdfede

Complementary Color

#fdfede #dfdefe

#fdfede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfede Color CSS Codes

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

#fdfede Text Font Color

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

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


#fdfede Background Color

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

This div background color is #fdfede


#fdfede Border Color

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

This div border color is #fdfede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfede


Comments

No comments written yet.

Please login to write comment.