Color Hex Logo

#f4acae Color Hex

#F4ACAE
(244,172,174)
0 Favorites   0 Comments

Color spaces of #f4acae

RGB 244172174
HSL1.000.770.82
HSV358°30°96°
CMYK 0.000.300.29   0.04
XYZ59.700751.794146.8951
Yxy51.79410.37690.3270
Hunter Lab71.968122.129311.7438
CIE-Lab77.157626.66249.5786

#f4acae color RGB value is (244,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101100 10101110
Octal 364 254 256
Decimal 244 172 174
Hex F4 AC AE

RGB Percentages of Color #f4acae

%41.36
%29.15
%29.49

CMYK Percentages of Color #f4acae

%0
%30
%29
%4

Triadic Colors of #f4acae

#f4acae #aef4ac #acaef4

Analogous Colors of #f4acae

#f4acae #f4ceac #f4acd2

Monochromatic Colors of #f4acae

#f4acae

Complementary Color

#f4acae #acf4f2

#f4acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4acae Color CSS Codes

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

#f4acae Text Font Color

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

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


#f4acae Background Color

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

This div background color is #f4acae


#f4acae Border Color

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

This div border color is #f4acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4acae


Comments

No comments written yet.

Please login to write comment.