Color Hex Logo

#f5acca Color Hex

#F5ACCA
(245,172,202)
0 Favorites   0 Comments

Color spaces of #f5acca

RGB 245172202
HSL0.930.780.82
HSV335°30°96°
CMYK 0.000.300.18   0.04
XYZ63.069453.181862.8181
Yxy53.18180.35220.2970
Hunter Lab72.925926.7542-0.0241
CIE-Lab77.982231.0150-4.4581

#f5acca color RGB value is (245,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101100 11001010
Octal 365 254 312
Decimal 245 172 202
Hex F5 AC CA

RGB Percentages of Color #f5acca

%39.58
%27.79
%32.63

CMYK Percentages of Color #f5acca

%0
%30
%18
%4

Triadic Colors of #f5acca

#f5acca #caf5ac #accaf5

Analogous Colors of #f5acca

#f5acca #f5b3ac #f5acef

Monochromatic Colors of #f5acca

#f5acca

Complementary Color

#f5acca #acf5d7

#f5acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5acca Color CSS Codes

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

#f5acca Text Font Color

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

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


#f5acca Background Color

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

This div background color is #f5acca


#f5acca Border Color

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

This div border color is #f5acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5acca


Comments

No comments written yet.

Please login to write comment.