Color Hex Logo

#f7dcaa Color Hex

#F7DCAA
(247,220,170)
0 Favorites   0 Comments

Color spaces of #f7dcaa

RGB 247220170
HSL0.110.830.82
HSV39°31°97°
CMYK 0.000.110.31   0.03
XYZ71.206773.862848.5342
Yxy73.86280.36780.3815
Hunter Lab85.9435-2.508626.6780
CIE-Lab88.85762.140828.0115

#f7dcaa color RGB value is (247,220,170).

#f7dcaa hex color red value is 247, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f7dcaa hue: 0.11 , saturation: 0.83 and the lightness value of f7dcaa is 0.82.

The process color (four color CMYK) of #f7dcaa color hex is 0.00, 0.11, 0.31, 0.03. Web safe color of #f7dcaa is #ffcc99. Color #f7dcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011100 10101010
Octal 367 334 252
Decimal 247 220 170
Hex F7 DC AA

RGB Percentages of Color #f7dcaa

%38.78
%34.54
%26.69

CMYK Percentages of Color #f7dcaa

%0
%11
%31
%3

Triadic Colors of #f7dcaa

#f7dcaa #aaf7dc #dcaaf7

Analogous Colors of #f7dcaa

#f7dcaa #ecf7aa #f7b6aa

Monochromatic Colors of #f7dcaa

#f7dcaa

Complementary Color

#f7dcaa #aac5f7

#f7dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dcaa Color CSS Codes

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

#f7dcaa Text Font Color

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

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


#f7dcaa Background Color

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

This div background color is #f7dcaa


#f7dcaa Border Color

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

This div border color is #f7dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dcaa


Comments

No comments written yet.

Please login to write comment.