Color Hex Logo

#fdffe0 Color Hex

#FDFFE0
(253,255,224)
0 Favorites   0 Comments

Color spaces of #fdffe0

RGB 253255224
HSL0.181.000.94
HSV64°12°100°
CMYK 0.010.000.12   0.00
XYZ89.722697.784584.6664
Yxy97.78450.32970.3593
Hunter Lab98.8860-11.091618.4560
CIE-Lab99.1369-5.796314.5984

#fdffe0 color RGB value is (253,255,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11100000
Octal 375 377 340
Decimal 253 255 224
Hex FD FF E0

RGB Percentages of Color #fdffe0

%34.56
%34.84
%30.60

CMYK Percentages of Color #fdffe0

%1
%0
%12
%0

Triadic Colors of #fdffe0

#fdffe0 #e0fdff #ffe0fd

Analogous Colors of #fdffe0

#fdffe0 #eeffe0 #fff2e0

Monochromatic Colors of #fdffe0

#fdffe0

Complementary Color

#fdffe0 #e2e0ff

#fdffe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffe0 Color CSS Codes

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

#fdffe0 Text Font Color

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

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


#fdffe0 Background Color

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

This div background color is #fdffe0


#fdffe0 Border Color

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

This div border color is #fdffe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffe0

Related Colors


Comments

No comments written yet.

Please login to write comment.