Color Hex Logo

#f1dfbf Color Hex

#F1DFBF
(241,223,191)
0 Favorites   0 Comments

Color spaces of #f1dfbf

RGB 241223191
HSL0.110.640.85
HSV38°21°95°
CMYK 0.000.070.21   0.05
XYZ72.067375.237760.0142
Yxy75.23770.34760.3629
Hunter Lab86.7397-3.488419.6957
CIE-Lab89.50421.175817.9224

#f1dfbf color RGB value is (241,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011111 10111111
Octal 361 337 277
Decimal 241 223 191
Hex F1 DF BF

RGB Percentages of Color #f1dfbf

%36.79
%34.05
%29.16

CMYK Percentages of Color #f1dfbf

%0
%7
%21
%5

Triadic Colors of #f1dfbf

#f1dfbf #bff1df #dfbff1

Analogous Colors of #f1dfbf

#f1dfbf #eaf1bf #f1c6bf

Monochromatic Colors of #f1dfbf

#f1dfbf

Complementary Color

#f1dfbf #bfd1f1

#f1dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dfbf Color CSS Codes

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

#f1dfbf Text Font Color

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

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


#f1dfbf Background Color

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

This div background color is #f1dfbf


#f1dfbf Border Color

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

This div border color is #f1dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dfbf


Comments

No comments written yet.

Please login to write comment.