Color Hex Logo

#f59daa Color Hex

#F59DAA
(245,157,170)
0 Favorites   0 Comments

Color spaces of #f59daa

RGB 245157170
HSL0.980.810.79
HSV351°36°96°
CMYK 0.000.360.31   0.04
XYZ56.968946.428743.9893
Yxy46.42870.38650.3150
Hunter Lab68.138629.99669.4203
CIE-Lab73.822834.40277.0155

#f59daa color RGB value is (245,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011101 10101010
Octal 365 235 252
Decimal 245 157 170
Hex F5 9D AA

RGB Percentages of Color #f59daa

%42.83
%27.45
%29.72

CMYK Percentages of Color #f59daa

%0
%36
%31
%4

Triadic Colors of #f59daa

#f59daa #aaf59d #9daaf5

Analogous Colors of #f59daa

#f59daa #f5bc9d #f59dd6

Monochromatic Colors of #f59daa

#f59daa

Complementary Color

#f59daa #9df5e8

#f59daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59daa Color CSS Codes

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

#f59daa Text Font Color

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

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


#f59daa Background Color

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

This div background color is #f59daa


#f59daa Border Color

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

This div border color is #f59daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59daa


Comments

No comments written yet.

Please login to write comment.