Color Hex Logo

#f1eeea Color Hex

#F1EEEA
(241,238,234)
0 Favorites   0 Comments

Color spaces of #f1eeea

RGB 241238234
HSL0.100.200.93
HSV34°95°
CMYK 0.000.010.03   0.05
XYZ81.701485.790490.0950
Yxy85.79040.31720.3331
Hunter Lab92.6231-4.63847.1645
CIE-Lab94.22270.31092.2760

#f1eeea color RGB value is (241,238,234).

#f1eeea hex color red value is 241, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f1eeea hue: 0.10 , saturation: 0.20 and the lightness value of f1eeea is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101110 11101010
Octal 361 356 352
Decimal 241 238 234
Hex F1 EE EA

RGB Percentages of Color #f1eeea

%33.80
%33.38
%32.82

CMYK Percentages of Color #f1eeea

%0
%1
%3
%5

Triadic Colors of #f1eeea

#f1eeea #eaf1ee #eeeaf1

Analogous Colors of #f1eeea

#f1eeea #f1f1ea #f1ebea

Monochromatic Colors of #f1eeea

#f1eeea

Complementary Color

#f1eeea #eaedf1

#f1eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eeea Color CSS Codes

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

#f1eeea Text Font Color

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

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


#f1eeea Background Color

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

This div background color is #f1eeea


#f1eeea Border Color

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

This div border color is #f1eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eeea


Comments

No comments written yet.

Please login to write comment.