Color Hex Logo

#f1efee Color Hex

#F1EFEE
(241,239,238)
0 Favorites   0 Comments

Color spaces of #f1efee

RGB 241239238
HSL0.060.100.94
HSV20°95°
CMYK 0.000.010.01   0.05
XYZ82.574786.606893.2536
Yxy86.60680.31460.3300
Hunter Lab93.0628-4.47665.7324
CIE-Lab94.57120.49650.7078

#f1efee color RGB value is (241,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101111 11101110
Octal 361 357 356
Decimal 241 239 238
Hex F1 EF EE

RGB Percentages of Color #f1efee

%33.57
%33.29
%33.15

CMYK Percentages of Color #f1efee

%0
%1
%1
%5

Triadic Colors of #f1efee

#f1efee #eef1ef #efeef1

Analogous Colors of #f1efee

#f1efee #f1f1ee #f1eeef

Monochromatic Colors of #f1efee

#f1efee

Complementary Color

#f1efee #eef0f1

#f1efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1efee Color CSS Codes

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

#f1efee Text Font Color

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

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


#f1efee Background Color

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

This div background color is #f1efee


#f1efee Border Color

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

This div border color is #f1efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1efee


Comments

No comments written yet.

Please login to write comment.