Color Hex Logo

#f1edee Color Hex

#F1EDEE
(241,237,238)
0 Favorites   0 Comments

Color spaces of #f1edee

RGB 241237238
HSL0.960.130.94
HSV345°95°
CMYK 0.000.020.01   0.05
XYZ81.992485.442293.0594
Yxy85.44220.31480.3280
Hunter Lab92.4350-3.42665.0139
CIE-Lab94.07331.5183-0.0186

#f1edee color RGB value is (241,237,238).

#f1edee hex color red value is 241, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f1edee hue: 0.96 , saturation: 0.13 and the lightness value of f1edee is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101101 11101110
Octal 361 355 356
Decimal 241 237 238
Hex F1 ED EE

RGB Percentages of Color #f1edee

%33.66
%33.10
%33.24

CMYK Percentages of Color #f1edee

%0
%2
%1
%5

Triadic Colors of #f1edee

#f1edee #eef1ed #edeef1

Analogous Colors of #f1edee

#f1edee #f1eeed #f1edf0

Monochromatic Colors of #f1edee

#f1edee

Complementary Color

#f1edee #edf1f0

#f1edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1edee Color CSS Codes

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

#f1edee Text Font Color

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

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


#f1edee Background Color

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

This div background color is #f1edee


#f1edee Border Color

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

This div border color is #f1edee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,237,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1edee


Comments

No comments written yet.

Please login to write comment.