Color Hex Logo

#f9acad Color Hex

#F9ACAD
(249,172,173)
0 Favorites   0 Comments

Color spaces of #f9acad

RGB 249172173
HSL1.000.870.83
HSV359°31°98°
CMYK 0.000.310.31   0.02
XYZ61.362352.661946.4658
Yxy52.66190.38230.3281
Hunter Lab72.568523.940712.8344
CIE-Lab77.675028.368610.9330

#f9acad color RGB value is (249,172,173).

#f9acad hex color red value is 249, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f9acad hue: 1.00 , saturation: 0.87 and the lightness value of f9acad is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 10101101
Octal 371 254 255
Decimal 249 172 173
Hex F9 AC AD

RGB Percentages of Color #f9acad

%41.92
%28.96
%29.12

CMYK Percentages of Color #f9acad

%0
%31
%31
%2

Triadic Colors of #f9acad

#f9acad #adf9ac #acadf9

Analogous Colors of #f9acad

#f9acad #f9d2ac #f9acd4

Monochromatic Colors of #f9acad

#f9acad

Complementary Color

#f9acad #acf9f8

#f9acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9acad Color CSS Codes

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

#f9acad Text Font Color

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

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


#f9acad Background Color

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

This div background color is #f9acad


#f9acad Border Color

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

This div border color is #f9acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9acad


Comments

No comments written yet.

Please login to write comment.