Color Hex Logo

#f4afad Color Hex

#F4AFAD
(244,175,173)
0 Favorites   0 Comments

Color spaces of #f4afad

RGB 244175173
HSL0.000.760.82
HSV29°96°
CMYK 0.000.280.29   0.04
XYZ60.181052.910246.5760
Yxy52.91020.37690.3314
Hunter Lab72.739420.388212.9534
CIE-Lab77.822024.943911.0675

#f4afad color RGB value is (244,175,173).

#f4afad hex color red value is 244, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f4afad hue: 0.00 , saturation: 0.76 and the lightness value of f4afad is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101111 10101101
Octal 364 257 255
Decimal 244 175 173
Hex F4 AF AD

RGB Percentages of Color #f4afad

%41.22
%29.56
%29.22

CMYK Percentages of Color #f4afad

%0
%28
%29
%4

Triadic Colors of #f4afad

#f4afad #adf4af #afadf4

Analogous Colors of #f4afad

#f4afad #f4d3ad #f4adcf

Monochromatic Colors of #f4afad

#f4afad

Complementary Color

#f4afad #adf2f4

#f4afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4afad Color CSS Codes

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

#f4afad Text Font Color

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

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


#f4afad Background Color

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

This div background color is #f4afad


#f4afad Border Color

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

This div border color is #f4afad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,175,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 #f4afad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4afad


Comments

No comments written yet.

Please login to write comment.