Color Hex Logo

#fff5de Color Hex

#FFF5DE
(255,245,222)
1 Favorites   0 Comments

Color spaces of #fff5de

RGB 255245222
HSL0.121.000.94
HSV42°13°100°
CMYK 0.000.040.13   0.00
XYZ87.077291.838782.2444
Yxy91.83870.33340.3517
Hunter Lab95.8325-5.514716.1995
CIE-Lab96.7543-0.395112.2612

#fff5de color RGB value is (255,245,222).

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

The process color (four color CMYK) of #fff5de color hex is 0.00, 0.04, 0.13, 0.00. Web safe color of #fff5de is #ffffcc. Color #fff5de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110101 11011110
Octal 377 365 336
Decimal 255 245 222
Hex FF F5 DE

RGB Percentages of Color #fff5de

%35.32
%33.93
%30.75

CMYK Percentages of Color #fff5de

%0
%4
%13
%0

Triadic Colors of #fff5de

#fff5de #defff5 #f5deff

Analogous Colors of #fff5de

#fff5de #f9ffde #ffe5de

Monochromatic Colors of #fff5de

#fff5de

Complementary Color

#fff5de #dee8ff

#fff5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff5de Color CSS Codes

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

#fff5de Text Font Color

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

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


#fff5de Background Color

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

This div background color is #fff5de


#fff5de Border Color

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

This div border color is #fff5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff5de


Comments

No comments written yet.

Please login to write comment.