Color Hex Logo

#f59fae Color Hex

#F59FAE
(245,159,174)
0 Favorites   0 Comments

Color spaces of #f59fae

RGB 245159174
HSL0.970.810.79
HSV350°35°96°
CMYK 0.000.350.29   0.04
XYZ57.694347.264746.1266
Yxy47.26470.38190.3128
Hunter Lab68.749329.48558.3446
CIE-Lab74.358833.87455.5827

#f59fae color RGB value is (245,159,174).

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

The process color (four color CMYK) of #f59fae color hex is 0.00, 0.35, 0.29, 0.04. Web safe color of #f59fae is #ff9999. Color #f59fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011111 10101110
Octal 365 237 256
Decimal 245 159 174
Hex F5 9F AE

RGB Percentages of Color #f59fae

%42.39
%27.51
%30.10

CMYK Percentages of Color #f59fae

%0
%35
%29
%4

Triadic Colors of #f59fae

#f59fae #aef59f #9faef5

Analogous Colors of #f59fae

#f59fae #f5bb9f #f59fd9

Monochromatic Colors of #f59fae

#f59fae

Complementary Color

#f59fae #9ff5e6

#f59fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59fae Color CSS Codes

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

#f59fae Text Font Color

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

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


#f59fae Background Color

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

This div background color is #f59fae


#f59fae Border Color

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

This div border color is #f59fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,159,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f59fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59fae


Comments

No comments written yet.

Please login to write comment.