Color Hex Logo

#f1eadb Color Hex

#F1EADB
(241,234,219)
0 Favorites   0 Comments

Color spaces of #f1eadb

RGB 241234219
HSL0.110.440.90
HSV41°95°
CMYK 0.000.030.09   0.05
XYZ78.484682.660978.8364
Yxy82.66090.32700.3444
Hunter Lab90.9180-5.017212.2314
CIE-Lab92.8658-0.16358.1082

#f1eadb color RGB value is (241,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101010 11011011
Octal 361 352 333
Decimal 241 234 219
Hex F1 EA DB

RGB Percentages of Color #f1eadb

%34.73
%33.72
%31.56

CMYK Percentages of Color #f1eadb

%0
%3
%9
%5

Triadic Colors of #f1eadb

#f1eadb #dbf1ea #eadbf1

Analogous Colors of #f1eadb

#f1eadb #edf1db #f1dfdb

Monochromatic Colors of #f1eadb

#f1eadb

Complementary Color

#f1eadb #dbe2f1

#f1eadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eadb Color CSS Codes

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

#f1eadb Text Font Color

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

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


#f1eadb Background Color

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

This div background color is #f1eadb


#f1eadb Border Color

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

This div border color is #f1eadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eadb


Comments

No comments written yet.

Please login to write comment.