Color Hex Logo

#f7deaa Color Hex

#F7DEAA
(247,222,170)
0 Favorites   0 Comments

Color spaces of #f7deaa

RGB 247222170
HSL0.110.830.82
HSV41°31°97°
CMYK 0.000.100.31   0.03
XYZ71.734774.919048.7102
Yxy74.91900.36720.3835
Hunter Lab86.5558-3.537427.2229
CIE-Lab89.35501.116328.6847

#f7deaa color RGB value is (247,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011110 10101010
Octal 367 336 252
Decimal 247 222 170
Hex F7 DE AA

RGB Percentages of Color #f7deaa

%38.65
%34.74
%26.60

CMYK Percentages of Color #f7deaa

%0
%10
%31
%3

Triadic Colors of #f7deaa

#f7deaa #aaf7de #deaaf7

Analogous Colors of #f7deaa

#f7deaa #eaf7aa #f7b8aa

Monochromatic Colors of #f7deaa

#f7deaa

Complementary Color

#f7deaa #aac3f7

#f7deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7deaa Color CSS Codes

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

#f7deaa Text Font Color

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

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


#f7deaa Background Color

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

This div background color is #f7deaa


#f7deaa Border Color

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

This div border color is #f7deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7deaa


Comments

No comments written yet.

Please login to write comment.