Color Hex Logo

#f4aace Color Hex

#F4AACE
(244,170,206)
0 Favorites   0 Comments

Color spaces of #f4aace

RGB 244170206
HSL0.920.770.81
HSV331°30°96°
CMYK 0.000.300.16   0.04
XYZ62.823552.438865.2031
Yxy52.43880.34810.2906
Hunter Lab72.414628.1325-2.6953
CIE-Lab77.542532.3428-7.2973

#f4aace color RGB value is (244,170,206).

#f4aace hex color red value is 244, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f4aace hue: 0.92 , saturation: 0.77 and the lightness value of f4aace is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101010 11001110
Octal 364 252 316
Decimal 244 170 206
Hex F4 AA CE

RGB Percentages of Color #f4aace

%39.35
%27.42
%33.23

CMYK Percentages of Color #f4aace

%0
%30
%16
%4

Triadic Colors of #f4aace

#f4aace #cef4aa #aacef4

Analogous Colors of #f4aace

#f4aace #f4abaa #f4aaf3

Monochromatic Colors of #f4aace

#f4aace

Complementary Color

#f4aace #aaf4d0

#f4aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4aace Color CSS Codes

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

#f4aace Text Font Color

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

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


#f4aace Background Color

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

This div background color is #f4aace


#f4aace Border Color

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

This div border color is #f4aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4aace


Comments

No comments written yet.

Please login to write comment.