Color Hex Logo

#f5a09e Color Hex

#F5A09E
(245,160,158)
0 Favorites   0 Comments

Color spaces of #f5a09e

RGB 245160158
HSL0.000.810.79
HSV36°96°
CMYK 0.000.350.36   0.04
XYZ56.398547.022738.4515
Yxy47.02270.39750.3314
Hunter Lab68.573126.805814.7551
CIE-Lab74.204331.346814.1577

#f5a09e color RGB value is (245,160,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10100000 10011110
Octal 365 240 236
Decimal 245 160 158
Hex F5 A0 9E

RGB Percentages of Color #f5a09e

%43.52
%28.42
%28.06

CMYK Percentages of Color #f5a09e

%0
%35
%36
%4

Triadic Colors of #f5a09e

#f5a09e #9ef5a0 #a09ef5

Analogous Colors of #f5a09e

#f5a09e #f5cc9e #f59ec8

Monochromatic Colors of #f5a09e

#f5a09e

Complementary Color

#f5a09e #9ef3f5

#f5a09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5a09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5a09e Color CSS Codes

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

#f5a09e Text Font Color

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

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


#f5a09e Background Color

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

This div background color is #f5a09e


#f5a09e Border Color

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

This div border color is #f5a09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5a09e


Comments

No comments written yet.

Please login to write comment.