Color Hex Logo

#f1eadc Color Hex

#F1EADC
(241,234,220)
0 Favorites   0 Comments

Color spaces of #f1eadc

RGB 241234220
HSL0.110.430.90
HSV40°95°
CMYK 0.000.030.09   0.05
XYZ78.616782.713779.5319
Yxy82.71370.32640.3434
Hunter Lab90.9471-4.858011.8147
CIE-Lab92.8889-0.00047.6216

#f1eadc color RGB value is (241,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101010 11011100
Octal 361 352 334
Decimal 241 234 220
Hex F1 EA DC

RGB Percentages of Color #f1eadc

%34.68
%33.67
%31.65

CMYK Percentages of Color #f1eadc

%0
%3
%9
%5

Triadic Colors of #f1eadc

#f1eadc #dcf1ea #eadcf1

Analogous Colors of #f1eadc

#f1eadc #eef1dc #f1e0dc

Monochromatic Colors of #f1eadc

#f1eadc

Complementary Color

#f1eadc #dce3f1

#f1eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eadc Color CSS Codes

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

#f1eadc Text Font Color

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

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


#f1eadc Background Color

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

This div background color is #f1eadc


#f1eadc Border Color

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

This div border color is #f1eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eadc


Comments

No comments written yet.

Please login to write comment.