Color Hex Logo

#f6dfaf Color Hex

#F6DFAF
(246,223,175)
0 Favorites   0 Comments

Color spaces of #f6dfaf

RGB 246223175
HSL0.110.800.83
HSV41°29°96°
CMYK 0.000.090.29   0.04
XYZ72.131675.463351.3216
Yxy75.46330.36260.3794
Hunter Lab86.8696-3.805625.7809
CIE-Lab89.60960.857326.4375

#f6dfaf color RGB value is (246,223,175).

#f6dfaf hex color red value is 246, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f6dfaf hue: 0.11 , saturation: 0.80 and the lightness value of f6dfaf is 0.83.

The process color (four color CMYK) of #f6dfaf color hex is 0.00, 0.09, 0.29, 0.04. Web safe color of #f6dfaf is #ffcc99. Color #f6dfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011111 10101111
Octal 366 337 257
Decimal 246 223 175
Hex F6 DF AF

RGB Percentages of Color #f6dfaf

%38.20
%34.63
%27.17

CMYK Percentages of Color #f6dfaf

%0
%9
%29
%4

Triadic Colors of #f6dfaf

#f6dfaf #aff6df #dfaff6

Analogous Colors of #f6dfaf

#f6dfaf #eaf6af #f6bcaf

Monochromatic Colors of #f6dfaf

#f6dfaf

Complementary Color

#f6dfaf #afc6f6

#f6dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dfaf Color CSS Codes

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

#f6dfaf Text Font Color

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

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


#f6dfaf Background Color

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

This div background color is #f6dfaf


#f6dfaf Border Color

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

This div border color is #f6dfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,223,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dfaf


Comments

No comments written yet.

Please login to write comment.