Color Hex Logo

#f1eddb Color Hex

#F1EDDB
(241,237,219)
0 Favorites   0 Comments

Color spaces of #f1eddb

RGB 241237219
HSL0.140.440.90
HSV49°95°
CMYK 0.000.020.09   0.05
XYZ79.346084.383679.1235
Yxy84.38360.32670.3475
Hunter Lab91.8605-6.573813.2333
CIE-Lab93.6169-1.69109.1854

#f1eddb color RGB value is (241,237,219).

#f1eddb hex color red value is 241, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f1eddb hue: 0.14 , saturation: 0.44 and the lightness value of f1eddb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101101 11011011
Octal 361 355 333
Decimal 241 237 219
Hex F1 ED DB

RGB Percentages of Color #f1eddb

%34.58
%34.00
%31.42

CMYK Percentages of Color #f1eddb

%0
%2
%9
%5

Triadic Colors of #f1eddb

#f1eddb #dbf1ed #eddbf1

Analogous Colors of #f1eddb

#f1eddb #eaf1db #f1e2db

Monochromatic Colors of #f1eddb

#f1eddb

Complementary Color

#f1eddb #dbdff1

#f1eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eddb Color CSS Codes

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

#f1eddb Text Font Color

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

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


#f1eddb Background Color

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

This div background color is #f1eddb


#f1eddb Border Color

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

This div border color is #f1eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eddb

#f1eddb Color Palettes


Comments

No comments written yet.

Please login to write comment.