Color Hex Logo

#f79daa Color Hex

#F79DAA
(247,157,170)
0 Favorites   0 Comments

Color spaces of #f79daa

RGB 247157170
HSL0.980.850.79
HSV351°36°97°
CMYK 0.000.360.31   0.03
XYZ57.670446.790444.0221
Yxy46.79040.38840.3151
Hunter Lab68.403530.78569.7255
CIE-Lab74.055535.12327.3799

#f79daa color RGB value is (247,157,170).

#f79daa hex color red value is 247, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f79daa hue: 0.98 , saturation: 0.85 and the lightness value of f79daa is 0.79.

The process color (four color CMYK) of #f79daa color hex is 0.00, 0.36, 0.31, 0.03. Web safe color of #f79daa is #ff9999. Color #f79daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011101 10101010
Octal 367 235 252
Decimal 247 157 170
Hex F7 9D AA

RGB Percentages of Color #f79daa

%43.03
%27.35
%29.62

CMYK Percentages of Color #f79daa

%0
%36
%31
%3

Triadic Colors of #f79daa

#f79daa #aaf79d #9daaf7

Analogous Colors of #f79daa

#f79daa #f7bd9d #f79dd7

Monochromatic Colors of #f79daa

#f79daa

Complementary Color

#f79daa #9df7ea

#f79daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79daa Color CSS Codes

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

#f79daa Text Font Color

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

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


#f79daa Background Color

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

This div background color is #f79daa


#f79daa Border Color

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

This div border color is #f79daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79daa

Related Colors


Comments

No comments written yet.

Please login to write comment.