Color Hex Logo

#f4d2aa Color Hex

#F4D2AA
(244,210,170)
0 Favorites   0 Comments

Color spaces of #f4d2aa

RGB 244210170
HSL0.090.770.81
HSV32°30°96°
CMYK 0.000.140.30   0.04
XYZ67.610568.228647.6362
Yxy68.22860.36850.3719
Hunter Lab82.60061.555323.6276
CIE-Lab86.12066.160924.2407

#f4d2aa color RGB value is (244,210,170).

#f4d2aa hex color red value is 244, green value is 210 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f4d2aa hue: 0.09 , saturation: 0.77 and the lightness value of f4d2aa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11010010 10101010
Octal 364 322 252
Decimal 244 210 170
Hex F4 D2 AA

RGB Percentages of Color #f4d2aa

%39.10
%33.65
%27.24

CMYK Percentages of Color #f4d2aa

%0
%14
%30
%4

Triadic Colors of #f4d2aa

#f4d2aa #aaf4d2 #d2aaf4

Analogous Colors of #f4d2aa

#f4d2aa #f1f4aa #f4adaa

Monochromatic Colors of #f4d2aa

#f4d2aa

Complementary Color

#f4d2aa #aaccf4

#f4d2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4d2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4d2aa Color CSS Codes

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

#f4d2aa Text Font Color

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

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


#f4d2aa Background Color

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

This div background color is #f4d2aa


#f4d2aa Border Color

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

This div border color is #f4d2aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,210,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4d2aa

#f4d2aa Color Palettes


Comments

No comments written yet.

Please login to write comment.