Color Hex Logo

#f1e3bf Color Hex

#F1E3BF
(241,227,191)
0 Favorites   0 Comments

Color spaces of #f1e3bf

RGB 241227191
HSL0.120.640.85
HSV43°21°95°
CMYK 0.000.060.21   0.05
XYZ73.148777.400560.3747
Yxy77.40050.34680.3670
Hunter Lab87.9776-5.547420.8965
CIE-Lab90.5056-0.871419.3213

#f1e3bf color RGB value is (241,227,191).

#f1e3bf hex color red value is 241, green value is 227 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f1e3bf hue: 0.12 , saturation: 0.64 and the lightness value of f1e3bf is 0.85.

The process color (four color CMYK) of #f1e3bf color hex is 0.00, 0.06, 0.21, 0.05. Web safe color of #f1e3bf is #ffcccc. Color #f1e3bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11100011 10111111
Octal 361 343 277
Decimal 241 227 191
Hex F1 E3 BF

RGB Percentages of Color #f1e3bf

%36.57
%34.45
%28.98

CMYK Percentages of Color #f1e3bf

%0
%6
%21
%5

Triadic Colors of #f1e3bf

#f1e3bf #bff1e3 #e3bff1

Analogous Colors of #f1e3bf

#f1e3bf #e6f1bf #f1cabf

Monochromatic Colors of #f1e3bf

#f1e3bf

Complementary Color

#f1e3bf #bfcdf1

#f1e3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1e3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1e3bf Color CSS Codes

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

#f1e3bf Text Font Color

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

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


#f1e3bf Background Color

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

This div background color is #f1e3bf


#f1e3bf Border Color

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

This div border color is #f1e3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e3bf


Comments

No comments written yet.

Please login to write comment.