Color Hex Logo

#f4acac Color Hex

#F4ACAC
(244,172,172)
3 Favorites   0 Comments

Color spaces of #f4acac

RGB 244172172
HSL0.000.770.82
HSV30°96°
CMYK 0.000.300.30   0.04
XYZ59.507151.716745.8757
Yxy51.71670.37880.3292
Hunter Lab71.914321.853712.5177
CIE-Lab77.111126.399210.6010

#f4acac color RGB value is (244,172,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101100 10101100
Octal 364 254 254
Decimal 244 172 172
Hex F4 AC AC

RGB Percentages of Color #f4acac

%41.50
%29.25
%29.25

CMYK Percentages of Color #f4acac

%0
%30
%30
%4

Triadic Colors of #f4acac

#f4acac #acf4ac #acacf4

Analogous Colors of #f4acac

#f4acac #f4d0ac #f4acd0

Monochromatic Colors of #f4acac

#f4acac

Complementary Color

#f4acac #acf4f4

#f4acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4acac Color CSS Codes

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

#f4acac Text Font Color

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

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


#f4acac Background Color

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

This div background color is #f4acac


#f4acac Border Color

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

This div border color is #f4acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4acac

#f4acac Color Palettes


Comments

No comments written yet.

Please login to write comment.