Color Hex Logo

#f1eaba Color Hex

#F1EABA
(241,234,186)
0 Favorites   0 Comments

Color spaces of #f1eaba

RGB 241234186
HSL0.150.660.84
HSV52°23°95°
CMYK 0.000.030.23   0.05
XYZ74.561481.091658.1768
Yxy81.09160.34870.3792
Hunter Lab90.0509-9.792524.7317
CIE-Lab92.1724-5.125024.2136

#f1eaba color RGB value is (241,234,186).

#f1eaba hex color red value is 241, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f1eaba hue: 0.15 , saturation: 0.66 and the lightness value of f1eaba is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101010 10111010
Octal 361 352 272
Decimal 241 234 186
Hex F1 EA BA

RGB Percentages of Color #f1eaba

%36.46
%35.40
%28.14

CMYK Percentages of Color #f1eaba

%0
%3
%23
%5

Triadic Colors of #f1eaba

#f1eaba #baf1ea #eabaf1

Analogous Colors of #f1eaba

#f1eaba #ddf1ba #f1cfba

Monochromatic Colors of #f1eaba

#f1eaba

Complementary Color

#f1eaba #bac1f1

#f1eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eaba Color CSS Codes

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

#f1eaba Text Font Color

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

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


#f1eaba Background Color

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

This div background color is #f1eaba


#f1eaba Border Color

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

This div border color is #f1eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eaba


Comments

No comments written yet.

Please login to write comment.