Color Hex Logo

#fffde4 Color Hex

#FFFDE4
(255,253,228)
0 Favorites   0 Comments

Color spaces of #fffde4

RGB 255253228
HSL0.151.000.95
HSV56°11°100°
CMYK 0.000.010.11   0.00
XYZ90.368997.112087.3803
Yxy97.11200.32880.3533
Hunter Lab98.5454-8.765016.4093
CIE-Lab98.8724-3.481112.1979

#fffde4 color RGB value is (255,253,228).

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

The process color (four color CMYK) of #fffde4 color hex is 0.00, 0.01, 0.11, 0.00. Web safe color of #fffde4 is #ffffcc. Color #fffde4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11100100
Octal 377 375 344
Decimal 255 253 228
Hex FF FD E4

RGB Percentages of Color #fffde4

%34.65
%34.38
%30.98

CMYK Percentages of Color #fffde4

%0
%1
%11
%0

Triadic Colors of #fffde4

#fffde4 #e4fffd #fde4ff

Analogous Colors of #fffde4

#fffde4 #f4ffe4 #fff0e4

Monochromatic Colors of #fffde4

#fffde4

Complementary Color

#fffde4 #e4e6ff

#fffde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffde4 Color CSS Codes

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

#fffde4 Text Font Color

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

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


#fffde4 Background Color

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

This div background color is #fffde4


#fffde4 Border Color

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

This div border color is #fffde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffde4


Comments

No comments written yet.

Please login to write comment.