Color Hex Logo

#fdffd0 Color Hex

#FDFFD0
(253,255,208)
0 Favorites   0 Comments

Color spaces of #fdffd0

RGB 253255208
HSL0.171.000.91
HSV63°18°100°
CMYK 0.010.000.18   0.00
XYZ87.653296.956773.7692
Yxy96.95670.33920.3752
Hunter Lab98.4666-13.419024.5077
CIE-Lab98.8111-8.192222.2920

#fdffd0 color RGB value is (253,255,208).

#fdffd0 hex color red value is 253, green value is 255 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fdffd0 hue: 0.17 , saturation: 1.00 and the lightness value of fdffd0 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11010000
Octal 375 377 320
Decimal 253 255 208
Hex FD FF D0

RGB Percentages of Color #fdffd0

%35.34
%35.61
%29.05

CMYK Percentages of Color #fdffd0

%1
%0
%18
%0

Triadic Colors of #fdffd0

#fdffd0 #d0fdff #ffd0fd

Analogous Colors of #fdffd0

#fdffd0 #e6ffd0 #ffead0

Monochromatic Colors of #fdffd0

#fdffd0

Complementary Color

#fdffd0 #d2d0ff

#fdffd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffd0 Color CSS Codes

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

#fdffd0 Text Font Color

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

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


#fdffd0 Background Color

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

This div background color is #fdffd0


#fdffd0 Border Color

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

This div border color is #fdffd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffd0

Related Colors

#fdffd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.