Color Hex Logo

#fdfde9 Color Hex

#FDFDE9
(253,253,233)
1 Favorites   0 Comments

Color spaces of #fdfde9

RGB 253253233
HSL0.170.830.95
HSV60°99°
CMYK 0.000.000.08   0.01
XYZ90.341397.016491.0553
Yxy97.01640.32450.3485
Hunter Lab98.4969-8.649514.1373
CIE-Lab98.8347-3.36869.5630

#fdfde9 color RGB value is (253,253,233).

#fdfde9 hex color red value is 253, green value is 253 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fdfde9 hue: 0.17 , saturation: 0.83 and the lightness value of fdfde9 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11101001
Octal 375 375 351
Decimal 253 253 233
Hex FD FD E9

RGB Percentages of Color #fdfde9

%34.24
%34.24
%31.53

CMYK Percentages of Color #fdfde9

%0
%0
%8
%1

Triadic Colors of #fdfde9

#fdfde9 #e9fdfd #fde9fd

Analogous Colors of #fdfde9

#fdfde9 #f3fde9 #fdf3e9

Monochromatic Colors of #fdfde9

#fdfde9

Complementary Color

#fdfde9 #e9e9fd

#fdfde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfde9 Color CSS Codes

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

#fdfde9 Text Font Color

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

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


#fdfde9 Background Color

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

This div background color is #fdfde9


#fdfde9 Border Color

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

This div border color is #fdfde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfde9

Related Colors

#fdfde9 Color Palettes


Comments

No comments written yet.

Please login to write comment.