Color Hex Logo

#fffde5 Color Hex

#FFFDE5
(255,253,229)
0 Favorites   0 Comments

Color spaces of #fffde5

RGB 255253229
HSL0.151.000.95
HSV55°10°100°
CMYK 0.000.010.10   0.00
XYZ90.508197.167788.1137
Yxy97.16770.32820.3523
Hunter Lab98.5737-8.609316.0030
CIE-Lab98.8943-3.323411.7172

#fffde5 color RGB value is (255,253,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11100101
Octal 377 375 345
Decimal 255 253 229
Hex FF FD E5

RGB Percentages of Color #fffde5

%34.60
%34.33
%31.07

CMYK Percentages of Color #fffde5

%0
%1
%10
%0

Triadic Colors of #fffde5

#fffde5 #e5fffd #fde5ff

Analogous Colors of #fffde5

#fffde5 #f4ffe5 #fff0e5

Monochromatic Colors of #fffde5

#fffde5

Complementary Color

#fffde5 #e5e7ff

#fffde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffde5 Color CSS Codes

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

#fffde5 Text Font Color

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

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


#fffde5 Background Color

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

This div background color is #fffde5


#fffde5 Border Color

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

This div border color is #fffde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffde5

Related Colors


Comments

No comments written yet.

Please login to write comment.