Color Hex Logo

#f0aced Color Hex

#F0ACED
(240,172,237)
0 Favorites   0 Comments

Color spaces of #f0aced

RGB 240172237
HSL0.840.690.81
HSV303°28°94°
CMYK 0.000.280.01   0.06
XYZ65.973854.144787.0945
Yxy54.14470.31840.2613
Hunter Lab73.583131.2708-18.6687
CIE-Lab78.546035.1789-22.6447

#f0aced color RGB value is (240,172,237).

#f0aced hex color red value is 240, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f0aced hue: 0.84 , saturation: 0.69 and the lightness value of f0aced is 0.81.

The process color (four color CMYK) of #f0aced color hex is 0.00, 0.28, 0.01, 0.06. Web safe color of #f0aced is #ff99ff. Color #f0aced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101100 11101101
Octal 360 254 355
Decimal 240 172 237
Hex F0 AC ED

RGB Percentages of Color #f0aced

%36.98
%26.50
%36.52

CMYK Percentages of Color #f0aced

%0
%28
%1
%6

Triadic Colors of #f0aced

#f0aced #edf0ac #acedf0

Analogous Colors of #f0aced

#f0aced #f0accb #d1acf0

Monochromatic Colors of #f0aced

#f0aced

Complementary Color

#f0aced #acf0af

#f0aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aced Color CSS Codes

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

#f0aced Text Font Color

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

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


#f0aced Background Color

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

This div background color is #f0aced


#f0aced Border Color

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

This div border color is #f0aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aced


Comments

No comments written yet.

Please login to write comment.