Color Hex Logo

#f5acce Color Hex

#F5ACCE
(245,172,206)
0 Favorites   0 Comments

Color spaces of #f5acce

RGB 245172206
HSL0.920.780.82
HSV332°30°96°
CMYK 0.000.300.16   0.04
XYZ63.549353.373865.3453
Yxy53.37380.34870.2928
Hunter Lab73.057427.4187-1.8911
CIE-Lab78.095231.6314-6.4668

#f5acce color RGB value is (245,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101100 11001110
Octal 365 254 316
Decimal 245 172 206
Hex F5 AC CE

RGB Percentages of Color #f5acce

%39.33
%27.61
%33.07

CMYK Percentages of Color #f5acce

%0
%30
%16
%4

Triadic Colors of #f5acce

#f5acce #cef5ac #accef5

Analogous Colors of #f5acce

#f5acce #f5afac #f5acf3

Monochromatic Colors of #f5acce

#f5acce

Complementary Color

#f5acce #acf5d3

#f5acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5acce Color CSS Codes

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

#f5acce Text Font Color

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

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


#f5acce Background Color

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

This div background color is #f5acce


#f5acce Border Color

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

This div border color is #f5acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5acce


Comments

No comments written yet.

Please login to write comment.