Color Hex Logo

#f49dae Color Hex

#F49DAE
(244,157,174)
0 Favorites   0 Comments

Color spaces of #f49dae

RGB 244157174
HSL0.970.800.79
HSV348°36°96°
CMYK 0.000.360.29   0.04
XYZ57.005246.403045.9966
Yxy46.40300.38150.3106
Hunter Lab68.119730.16607.6493
CIE-Lab73.806334.56364.7714

#f49dae color RGB value is (244,157,174).

#f49dae hex color red value is 244, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f49dae hue: 0.97 , saturation: 0.80 and the lightness value of f49dae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 10101110
Octal 364 235 256
Decimal 244 157 174
Hex F4 9D AE

RGB Percentages of Color #f49dae

%42.43
%27.30
%30.26

CMYK Percentages of Color #f49dae

%0
%36
%29
%4

Triadic Colors of #f49dae

#f49dae #aef49d #9daef4

Analogous Colors of #f49dae

#f49dae #f4b89d #f49dda

Monochromatic Colors of #f49dae

#f49dae

Complementary Color

#f49dae #9df4e3

#f49dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49dae Color CSS Codes

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

#f49dae Text Font Color

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

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


#f49dae Background Color

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

This div background color is #f49dae


#f49dae Border Color

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

This div border color is #f49dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,157,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f49dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f49dae;
  -webkit-box-shadow: 1px 1px 3px 2px #f49dae;
  box-shadow:         1px 1px 3px 2px #f49dae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,157,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49dae


Comments

No comments written yet.

Please login to write comment.