Color Hex Logo

#f7d8ac Color Hex

#F7D8AC
(247,216,172)
0 Favorites   0 Comments

Color spaces of #f7d8ac

RGB 247216172
HSL0.100.820.82
HSV35°30°97°
CMYK 0.000.130.30   0.03
XYZ70.360071.864449.1926
Yxy71.86440.36760.3754
Hunter Lab84.7729-0.200724.9358
CIE-Lab87.90334.447225.6784

#f7d8ac color RGB value is (247,216,172).

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

The process color (four color CMYK) of #f7d8ac color hex is 0.00, 0.13, 0.30, 0.03. Web safe color of #f7d8ac is #ffcc99. Color #f7d8ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011000 10101100
Octal 367 330 254
Decimal 247 216 172
Hex F7 D8 AC

RGB Percentages of Color #f7d8ac

%38.90
%34.02
%27.09

CMYK Percentages of Color #f7d8ac

%0
%13
%30
%3

Triadic Colors of #f7d8ac

#f7d8ac #acf7d8 #d8acf7

Analogous Colors of #f7d8ac

#f7d8ac #f1f7ac #f7b3ac

Monochromatic Colors of #f7d8ac

#f7d8ac

Complementary Color

#f7d8ac #accbf7

#f7d8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7d8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7d8ac Color CSS Codes

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

#f7d8ac Text Font Color

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

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


#f7d8ac Background Color

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

This div background color is #f7d8ac


#f7d8ac Border Color

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

This div border color is #f7d8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7d8ac


Comments

No comments written yet.

Please login to write comment.