Color Hex Logo

#f5daed Color Hex

#F5DAED
(245,218,237)
0 Favorites   0 Comments

Color spaces of #f5daed

RGB 245218237
HSL0.880.570.91
HSV318°11°96°
CMYK 0.000.110.03   0.04
XYZ78.013775.669790.6147
Yxy75.66970.31930.3097
Hunter Lab86.98837.8545-0.8698
CIE-Lab89.705812.5172-5.8721

#f5daed color RGB value is (245,218,237).

#f5daed hex color red value is 245, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f5daed hue: 0.88 , saturation: 0.57 and the lightness value of f5daed is 0.91.

The process color (four color CMYK) of #f5daed color hex is 0.00, 0.11, 0.03, 0.04. Web safe color of #f5daed is #ffccff. Color #f5daed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 11101101
Octal 365 332 355
Decimal 245 218 237
Hex F5 DA ED

RGB Percentages of Color #f5daed

%35.00
%31.14
%33.86

CMYK Percentages of Color #f5daed

%0
%11
%3
%4

Triadic Colors of #f5daed

#f5daed #edf5da #daedf5

Analogous Colors of #f5daed

#f5daed #f5dae0 #f0daf5

Monochromatic Colors of #f5daed

#f5daed

Complementary Color

#f5daed #daf5e2

#f5daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5daed Color CSS Codes

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

#f5daed Text Font Color

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

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


#f5daed Background Color

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

This div background color is #f5daed


#f5daed Border Color

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

This div border color is #f5daed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,218,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 #f5daed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5daed


Comments

No comments written yet.

Please login to write comment.