Color Hex Logo

#f5aced Color Hex

#F5ACED
(245,172,237)
0 Favorites   0 Comments

Color spaces of #f5aced

RGB 245172237
HSL0.850.780.82
HSV307°30°96°
CMYK 0.000.300.03   0.04
XYZ67.694855.031987.1751
Yxy55.03190.32250.2622
Hunter Lab74.183533.0658-17.7449
CIE-Lab79.059636.7816-21.8164

#f5aced color RGB value is (245,172,237).

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

The process color (four color CMYK) of #f5aced color hex is 0.00, 0.30, 0.03, 0.04. Web safe color of #f5aced is #ff99ff. Color #f5aced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101100 11101101
Octal 365 254 355
Decimal 245 172 237
Hex F5 AC ED

RGB Percentages of Color #f5aced

%37.46
%26.30
%36.24

CMYK Percentages of Color #f5aced

%0
%30
%3
%4

Triadic Colors of #f5aced

#f5aced #edf5ac #acedf5

Analogous Colors of #f5aced

#f5aced #f5acc9 #d9acf5

Monochromatic Colors of #f5aced

#f5aced

Complementary Color

#f5aced #acf5b4

#f5aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aced Color CSS Codes

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

#f5aced Text Font Color

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

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


#f5aced Background Color

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

This div background color is #f5aced


#f5aced Border Color

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

This div border color is #f5aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aced


Comments

No comments written yet.

Please login to write comment.