Color Hex Logo

#f1eeba Color Hex

#F1EEBA
(241,238,186)
0 Favorites   0 Comments

Color spaces of #f1eeba

RGB 241238186
HSL0.160.660.84
HSV57°23°95°
CMYK 0.000.010.23   0.05
XYZ75.713183.395058.5607
Yxy83.39500.34780.3831
Hunter Lab91.3209-11.819225.9041
CIE-Lab93.1871-7.136425.6069

#f1eeba color RGB value is (241,238,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101110 10111010
Octal 361 356 272
Decimal 241 238 186
Hex F1 EE BA

RGB Percentages of Color #f1eeba

%36.24
%35.79
%27.97

CMYK Percentages of Color #f1eeba

%0
%1
%23
%5

Triadic Colors of #f1eeba

#f1eeba #baf1ee #eebaf1

Analogous Colors of #f1eeba

#f1eeba #d9f1ba #f1d3ba

Monochromatic Colors of #f1eeba

#f1eeba

Complementary Color

#f1eeba #babdf1

#f1eeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1eeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1eeba Color CSS Codes

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

#f1eeba Text Font Color

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

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


#f1eeba Background Color

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

This div background color is #f1eeba


#f1eeba Border Color

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

This div border color is #f1eeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1eeba


Comments

No comments written yet.

Please login to write comment.