Color Hex Logo

#fdffed Color Hex

#FDFFED
(253,255,237)
0 Favorites   0 Comments

Color spaces of #fdffed

RGB 253255237
HSL0.191.000.96
HSV67°100°
CMYK 0.010.000.07   0.00
XYZ91.554198.517194.3110
Yxy98.51710.32190.3464
Hunter Lab99.2558-9.048213.1428
CIE-Lab99.4238-3.71768.3591

#fdffed color RGB value is (253,255,237).

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

The process color (four color CMYK) of #fdffed color hex is 0.01, 0.00, 0.07, 0.00. Web safe color of #fdffed is #ffffff. Color #fdffed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11101101
Octal 375 377 355
Decimal 253 255 237
Hex FD FF ED

RGB Percentages of Color #fdffed

%33.96
%34.23
%31.81

CMYK Percentages of Color #fdffed

%1
%0
%7
%0

Triadic Colors of #fdffed

#fdffed #edfdff #ffedfd

Analogous Colors of #fdffed

#fdffed #f4ffed #fff8ed

Monochromatic Colors of #fdffed

#fdffed

Complementary Color

#fdffed #efedff

#fdffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffed Color CSS Codes

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

#fdffed Text Font Color

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

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


#fdffed Background Color

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

This div background color is #fdffed


#fdffed Border Color

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

This div border color is #fdffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffed

Related Colors

#fdffed Color Palettes


Comments

No comments written yet.

Please login to write comment.