Color Hex Logo

#f59aac Color Hex

#F59AAC
(245,154,172)
0 Favorites   0 Comments

Color spaces of #f59aac

RGB 245154172
HSL0.970.820.78
HSV348°37°96°
CMYK 0.000.370.30   0.04
XYZ56.658245.502244.8263
Yxy45.50220.38550.3096
Hunter Lab67.455331.88197.8185
CIE-Lab73.221336.22755.0466

#f59aac color RGB value is (245,154,172).

#f59aac hex color red value is 245, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f59aac hue: 0.97 , saturation: 0.82 and the lightness value of f59aac is 0.78.

The process color (four color CMYK) of #f59aac color hex is 0.00, 0.37, 0.30, 0.04. Web safe color of #f59aac is #ff9999. Color #f59aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 10101100
Octal 365 232 254
Decimal 245 154 172
Hex F5 9A AC

RGB Percentages of Color #f59aac

%42.91
%26.97
%30.12

CMYK Percentages of Color #f59aac

%0
%37
%30
%4

Triadic Colors of #f59aac

#f59aac #acf59a #9aacf5

Analogous Colors of #f59aac

#f59aac #f5b69a #f59ada

Monochromatic Colors of #f59aac

#f59aac

Complementary Color

#f59aac #9af5e3

#f59aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59aac Color CSS Codes

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

#f59aac Text Font Color

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

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


#f59aac Background Color

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

This div background color is #f59aac


#f59aac Border Color

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

This div border color is #f59aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59aac


Comments

No comments written yet.

Please login to write comment.