Color Hex Logo

#f59aba Color Hex

#F59ABA
(245,154,186)
0 Favorites   0 Comments

Color spaces of #f59aba

RGB 245154186
HSL0.940.820.78
HSV339°37°96°
CMYK 0.000.370.24   0.04
XYZ58.074746.068952.2857
Yxy46.06890.37130.2945
Hunter Lab67.874133.94931.8388
CIE-Lab73.590238.1155-2.1506

#f59aba color RGB value is (245,154,186).

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

The process color (four color CMYK) of #f59aba color hex is 0.00, 0.37, 0.24, 0.04. Web safe color of #f59aba is #ff99cc. Color #f59aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 10111010
Octal 365 232 272
Decimal 245 154 186
Hex F5 9A BA

RGB Percentages of Color #f59aba

%41.88
%26.32
%31.79

CMYK Percentages of Color #f59aba

%0
%37
%24
%4

Triadic Colors of #f59aba

#f59aba #baf59a #9abaf5

Analogous Colors of #f59aba

#f59aba #f5a89a #f59ae8

Monochromatic Colors of #f59aba

#f59aba

Complementary Color

#f59aba #9af5d5

#f59aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59aba Color CSS Codes

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

#f59aba Text Font Color

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

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


#f59aba Background Color

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

This div background color is #f59aba


#f59aba Border Color

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

This div border color is #f59aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59aba


Comments

No comments written yet.

Please login to write comment.