Color Hex Logo

#f9a79c Color Hex

#F9A79C
(249,167,156)
0 Favorites   0 Comments

Color spaces of #f9a79c

RGB 249167156
HSL0.020.890.79
HSV37°98°
CMYK 0.000.330.37   0.02
XYZ58.886450.177538.0341
Yxy50.17750.40030.3411
Hunter Lab70.836124.424817.7506
CIE-Lab76.178128.928518.0742

#f9a79c color RGB value is (249,167,156).

#f9a79c hex color red value is 249, green value is 167 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #f9a79c hue: 0.02 , saturation: 0.89 and the lightness value of f9a79c is 0.79.

The process color (four color CMYK) of #f9a79c color hex is 0.00, 0.33, 0.37, 0.02. Web safe color of #f9a79c is #ff9999. Color #f9a79c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10100111 10011100
Octal 371 247 234
Decimal 249 167 156
Hex F9 A7 9C

RGB Percentages of Color #f9a79c

%43.53
%29.20
%27.27

CMYK Percentages of Color #f9a79c

%0
%33
%37
%2

Triadic Colors of #f9a79c

#f9a79c #9cf9a7 #a79cf9

Analogous Colors of #f9a79c

#f9a79c #f9d69c #f99cc0

Monochromatic Colors of #f9a79c

#f9a79c

Complementary Color

#f9a79c #9ceef9

#f9a79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9a79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9a79c Color CSS Codes

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

#f9a79c Text Font Color

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

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


#f9a79c Background Color

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

This div background color is #f9a79c


#f9a79c Border Color

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

This div border color is #f9a79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9a79c


Comments

No comments written yet.

Please login to write comment.