Color Hex Logo

#f4acca Color Hex

#F4ACCA
(244,172,202)
0 Favorites   0 Comments

Color spaces of #f4acca

RGB 244172202
HSL0.930.770.82
HSV335°30°96°
CMYK 0.000.300.17   0.04
XYZ62.721453.002462.8018
Yxy53.00240.35130.2969
Hunter Lab72.802726.3774-0.1834
CIE-Lab77.876430.6674-4.6261

#f4acca color RGB value is (244,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101100 11001010
Octal 364 254 312
Decimal 244 172 202
Hex F4 AC CA

RGB Percentages of Color #f4acca

%39.48
%27.83
%32.69

CMYK Percentages of Color #f4acca

%0
%30
%17
%4

Triadic Colors of #f4acca

#f4acca #caf4ac #accaf4

Analogous Colors of #f4acca

#f4acca #f4b2ac #f4acee

Monochromatic Colors of #f4acca

#f4acca

Complementary Color

#f4acca #acf4d6

#f4acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4acca Color CSS Codes

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

#f4acca Text Font Color

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

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


#f4acca Background Color

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

This div background color is #f4acca


#f4acca Border Color

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

This div border color is #f4acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4acca


Comments

No comments written yet.

Please login to write comment.