Color Hex Logo

#f1edec Color Hex

#F1EDEC
(241,237,236)
0 Favorites   0 Comments

Color spaces of #f1edec

RGB 241237236
HSL0.030.150.94
HSV12°95°
CMYK 0.000.020.02   0.05
XYZ81.700185.325391.5202
Yxy85.32530.31600.3300
Hunter Lab92.3717-3.77245.9167
CIE-Lab94.02311.16850.9471

#f1edec color RGB value is (241,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101101 11101100
Octal 361 355 354
Decimal 241 237 236
Hex F1 ED EC

RGB Percentages of Color #f1edec

%33.75
%33.19
%33.05

CMYK Percentages of Color #f1edec

%0
%2
%2
%5

Triadic Colors of #f1edec

#f1edec #ecf1ed #edecf1

Analogous Colors of #f1edec

#f1edec #f1f0ec #f1ecee

Monochromatic Colors of #f1edec

#f1edec

Complementary Color

#f1edec #ecf0f1

#f1edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1edec Color CSS Codes

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

#f1edec Text Font Color

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

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


#f1edec Background Color

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

This div background color is #f1edec


#f1edec Border Color

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

This div border color is #f1edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1edec

#f1edec Color Palettes


Comments

No comments written yet.

Please login to write comment.