Color Hex Logo

#f1efcf Color Hex

#F1EFCF
(241,239,207)
0 Favorites   0 Comments

Color spaces of #f1efcf

RGB 241239207
HSL0.160.550.88
HSV56°14°95°
CMYK 0.000.010.14   0.05
XYZ78.404684.938871.2939
Yxy84.93880.33420.3620
Hunter Lab92.1622-9.429818.6486
CIE-Lab93.8567-4.594315.7371

#f1efcf color RGB value is (241,239,207).

#f1efcf hex color red value is 241, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f1efcf hue: 0.16 , saturation: 0.55 and the lightness value of f1efcf is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101111 11001111
Octal 361 357 317
Decimal 241 239 207
Hex F1 EF CF

RGB Percentages of Color #f1efcf

%35.08
%34.79
%30.13

CMYK Percentages of Color #f1efcf

%0
%1
%14
%5

Triadic Colors of #f1efcf

#f1efcf #cff1ef #efcff1

Analogous Colors of #f1efcf

#f1efcf #e2f1cf #f1decf

Monochromatic Colors of #f1efcf

#f1efcf

Complementary Color

#f1efcf #cfd1f1

#f1efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1efcf Color CSS Codes

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

#f1efcf Text Font Color

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

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


#f1efcf Background Color

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

This div background color is #f1efcf


#f1efcf Border Color

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

This div border color is #f1efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1efcf


Comments

No comments written yet.

Please login to write comment.