Color Hex Logo

#f4daac Color Hex

#F4DAAC
(244,218,172)
0 Favorites   0 Comments

Color spaces of #f4daac

RGB 244218172
HSL0.110.770.82
HSV38°30°96°
CMYK 0.000.110.30   0.04
XYZ69.826072.354549.3153
Yxy72.35450.36460.3778
Hunter Lab85.0614-2.328925.1690
CIE-Lab88.13892.284225.9572

#f4daac color RGB value is (244,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011010 10101100
Octal 364 332 254
Decimal 244 218 172
Hex F4 DA AC

RGB Percentages of Color #f4daac

%38.49
%34.38
%27.13

CMYK Percentages of Color #f4daac

%0
%11
%30
%4

Triadic Colors of #f4daac

#f4daac #acf4da #daacf4

Analogous Colors of #f4daac

#f4daac #eaf4ac #f4b6ac

Monochromatic Colors of #f4daac

#f4daac

Complementary Color

#f4daac #acc6f4

#f4daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4daac Color CSS Codes

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

#f4daac Text Font Color

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

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


#f4daac Background Color

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

This div background color is #f4daac


#f4daac Border Color

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

This div border color is #f4daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4daac


Comments

No comments written yet.

Please login to write comment.