Color Hex Logo

#f6daac Color Hex

#F6DAAC
(246,218,172)
0 Favorites   0 Comments

Color spaces of #f6daac

RGB 246218172
HSL0.100.800.82
HSV37°30°96°
CMYK 0.000.110.30   0.04
XYZ70.523872.714249.3480
Yxy72.71420.36620.3776
Hunter Lab85.2726-1.600625.3792
CIE-Lab88.31123.039526.2203

#f6daac color RGB value is (246,218,172).

#f6daac hex color red value is 246, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f6daac hue: 0.10 , saturation: 0.80 and the lightness value of f6daac is 0.82.

The process color (four color CMYK) of #f6daac color hex is 0.00, 0.11, 0.30, 0.04. Web safe color of #f6daac is #ffcc99. Color #f6daac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011010 10101100
Octal 366 332 254
Decimal 246 218 172
Hex F6 DA AC

RGB Percentages of Color #f6daac

%38.68
%34.28
%27.04

CMYK Percentages of Color #f6daac

%0
%11
%30
%4

Triadic Colors of #f6daac

#f6daac #acf6da #daacf6

Analogous Colors of #f6daac

#f6daac #edf6ac #f6b5ac

Monochromatic Colors of #f6daac

#f6daac

Complementary Color

#f6daac #acc8f6

#f6daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6daac Color CSS Codes

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

#f6daac Text Font Color

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

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


#f6daac Background Color

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

This div background color is #f6daac


#f6daac Border Color

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

This div border color is #f6daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6daac


Comments

No comments written yet.

Please login to write comment.