Color Hex Logo

#f1edbf Color Hex

#F1EDBF
(241,237,191)
0 Favorites   0 Comments

Color spaces of #f1edbf

RGB 241237191
HSL0.150.640.85
HSV55°21°95°
CMYK 0.000.020.21   0.05
XYZ75.963883.030761.3130
Yxy83.03070.34480.3769
Hunter Lab91.1212-10.654323.8902
CIE-Lab93.0279-5.939122.8232

#f1edbf color RGB value is (241,237,191).

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

The process color (four color CMYK) of #f1edbf color hex is 0.00, 0.02, 0.21, 0.05. Web safe color of #f1edbf is #ffffcc. Color #f1edbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11101101 10111111
Octal 361 355 277
Decimal 241 237 191
Hex F1 ED BF

RGB Percentages of Color #f1edbf

%36.02
%35.43
%28.55

CMYK Percentages of Color #f1edbf

%0
%2
%21
%5

Triadic Colors of #f1edbf

#f1edbf #bff1ed #edbff1

Analogous Colors of #f1edbf

#f1edbf #dcf1bf #f1d4bf

Monochromatic Colors of #f1edbf

#f1edbf

Complementary Color

#f1edbf #bfc3f1

#f1edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1edbf Color CSS Codes

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

#f1edbf Text Font Color

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

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


#f1edbf Background Color

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

This div background color is #f1edbf


#f1edbf Border Color

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

This div border color is #f1edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1edbf


Comments

No comments written yet.

Please login to write comment.