Color Hex Logo

#f6dfbf Color Hex

#F6DFBF
(246,223,191)
0 Favorites   0 Comments

Color spaces of #f6dfbf

RGB 246223191
HSL0.100.750.86
HSV35°22°96°
CMYK 0.000.090.22   0.04
XYZ73.797776.129860.0952
Yxy76.12980.35140.3625
Hunter Lab87.2524-1.717220.2406
CIE-Lab89.91963.005818.5648

#f6dfbf color RGB value is (246,223,191).

#f6dfbf hex color red value is 246, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f6dfbf hue: 0.10 , saturation: 0.75 and the lightness value of f6dfbf is 0.86.

The process color (four color CMYK) of #f6dfbf color hex is 0.00, 0.09, 0.22, 0.04. Web safe color of #f6dfbf is #ffcccc. Color #f6dfbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011111 10111111
Octal 366 337 277
Decimal 246 223 191
Hex F6 DF BF

RGB Percentages of Color #f6dfbf

%37.27
%33.79
%28.94

CMYK Percentages of Color #f6dfbf

%0
%9
%22
%4

Triadic Colors of #f6dfbf

#f6dfbf #bff6df #dfbff6

Analogous Colors of #f6dfbf

#f6dfbf #f2f6bf #f6c4bf

Monochromatic Colors of #f6dfbf

#f6dfbf

Complementary Color

#f6dfbf #bfd6f6

#f6dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dfbf Color CSS Codes

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

#f6dfbf Text Font Color

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

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


#f6dfbf Background Color

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

This div background color is #f6dfbf


#f6dfbf Border Color

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

This div border color is #f6dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dfbf


Comments

No comments written yet.

Please login to write comment.