Color Hex Logo

#f5a79a Color Hex

#F5A79A
(245,167,154)
0 Favorites   0 Comments

Color spaces of #f5a79a

RGB 245167154
HSL0.020.820.78
HSV37°96°
CMYK 0.000.320.37   0.04
XYZ57.307649.383037.0833
Yxy49.38300.39860.3435
Hunter Lab70.273022.588817.9036
CIE-Lab75.689027.192818.4146

#f5a79a color RGB value is (245,167,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10100111 10011010
Octal 365 247 232
Decimal 245 167 154
Hex F5 A7 9A

RGB Percentages of Color #f5a79a

%43.29
%29.51
%27.21

CMYK Percentages of Color #f5a79a

%0
%32
%37
%4

Triadic Colors of #f5a79a

#f5a79a #9af5a7 #a79af5

Analogous Colors of #f5a79a

#f5a79a #f5d59a #f59abb

Monochromatic Colors of #f5a79a

#f5a79a

Complementary Color

#f5a79a #9ae8f5

#f5a79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5a79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5a79a Color CSS Codes

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

#f5a79a Text Font Color

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

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


#f5a79a Background Color

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

This div background color is #f5a79a


#f5a79a Border Color

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

This div border color is #f5a79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5a79a


Comments

No comments written yet.

Please login to write comment.