Color Hex Logo

#f49cad Color Hex

#F49CAD
(244,156,173)
0 Favorites   0 Comments

Color spaces of #f49cad

RGB 244156173
HSL0.970.800.78
HSV348°36°96°
CMYK 0.000.360.29   0.04
XYZ56.739546.027245.4288
Yxy46.02720.38290.3106
Hunter Lab67.843330.55927.7890
CIE-Lab73.563234.95534.9723

#f49cad color RGB value is (244,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011100 10101101
Octal 364 234 255
Decimal 244 156 173
Hex F4 9C AD

RGB Percentages of Color #f49cad

%42.58
%27.23
%30.19

CMYK Percentages of Color #f49cad

%0
%36
%29
%4

Triadic Colors of #f49cad

#f49cad #adf49c #9cadf4

Analogous Colors of #f49cad

#f49cad #f4b79c #f49cd9

Monochromatic Colors of #f49cad

#f49cad

Complementary Color

#f49cad #9cf4e3

#f49cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49cad Color CSS Codes

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

#f49cad Text Font Color

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

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


#f49cad Background Color

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

This div background color is #f49cad


#f49cad Border Color

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

This div border color is #f49cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49cad


Comments

No comments written yet.

Please login to write comment.