Color Hex Logo

#f1daed Color Hex

#F1DAED
(241,218,237)
0 Favorites   0 Comments

Color spaces of #f1daed

RGB 241218237
HSL0.860.450.90
HSV310°10°95°
CMYK 0.000.100.02   0.05
XYZ76.633174.958090.5501
Yxy74.95800.31650.3096
Hunter Lab86.57836.4838-1.4051
CIE-Lab89.373311.1721-6.4006

#f1daed color RGB value is (241,218,237).

#f1daed hex color red value is 241, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f1daed hue: 0.86 , saturation: 0.45 and the lightness value of f1daed is 0.90.

The process color (four color CMYK) of #f1daed color hex is 0.00, 0.10, 0.02, 0.05. Web safe color of #f1daed is #ffccff. Color #f1daed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011010 11101101
Octal 361 332 355
Decimal 241 218 237
Hex F1 DA ED

RGB Percentages of Color #f1daed

%34.63
%31.32
%34.05

CMYK Percentages of Color #f1daed

%0
%10
%2
%5

Triadic Colors of #f1daed

#f1daed #edf1da #daedf1

Analogous Colors of #f1daed

#f1daed #f1dae2 #eadaf1

Monochromatic Colors of #f1daed

#f1daed

Complementary Color

#f1daed #daf1de

#f1daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1daed Color CSS Codes

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

#f1daed Text Font Color

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

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


#f1daed Background Color

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

This div background color is #f1daed


#f1daed Border Color

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

This div border color is #f1daed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1daed


Comments

No comments written yet.

Please login to write comment.