Color Hex Logo

#f1eaed Color Hex

#F1EAED
(241,234,237)
0 Favorites   0 Comments

Color spaces of #f1eaed

RGB 241234237
HSL0.930.200.93
HSV334°95°
CMYK 0.000.030.02   0.05
XYZ80.984583.660892.0006
Yxy83.66080.31550.3260
Hunter Lab91.4663-2.02164.3900
CIE-Lab93.30302.8805-0.6242

#f1eaed color RGB value is (241,234,237).

#f1eaed hex color red value is 241, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f1eaed hue: 0.93 , saturation: 0.20 and the lightness value of f1eaed is 0.93.

The process color (four color CMYK) of #f1eaed color hex is 0.00, 0.03, 0.02, 0.05. Web safe color of #f1eaed is #ffffff. Color #f1eaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101010 11101101
Octal 361 352 355
Decimal 241 234 237
Hex F1 EA ED

RGB Percentages of Color #f1eaed

%33.85
%32.87
%33.29

CMYK Percentages of Color #f1eaed

%0
%3
%2
%5

Triadic Colors of #f1eaed

#f1eaed #edf1ea #eaedf1

Analogous Colors of #f1eaed

#f1eaed #f1ebea #f1eaf1

Monochromatic Colors of #f1eaed

#f1eaed

Complementary Color

#f1eaed #eaf1ee

#f1eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eaed Color CSS Codes

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

#f1eaed Text Font Color

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

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


#f1eaed Background Color

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

This div background color is #f1eaed


#f1eaed Border Color

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

This div border color is #f1eaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eaed


Comments

No comments written yet.

Please login to write comment.