Color Hex Logo

#f0acea Color Hex

#F0ACEA
(240,172,234)
0 Favorites   0 Comments

Color spaces of #f0acea

RGB 240172234
HSL0.850.690.81
HSV305°28°94°
CMYK 0.000.280.03   0.06
XYZ65.539053.970884.8050
Yxy53.97080.32080.2642
Hunter Lab73.464830.6789-17.0167
CIE-Lab78.444734.6410-21.1781

#f0acea color RGB value is (240,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101100 11101010
Octal 360 254 352
Decimal 240 172 234
Hex F0 AC EA

RGB Percentages of Color #f0acea

%37.15
%26.63
%36.22

CMYK Percentages of Color #f0acea

%0
%28
%3
%6

Triadic Colors of #f0acea

#f0acea #eaf0ac #aceaf0

Analogous Colors of #f0acea

#f0acea #f0acc8 #d4acf0

Monochromatic Colors of #f0acea

#f0acea

Complementary Color

#f0acea #acf0b2

#f0acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0acea Color CSS Codes

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

#f0acea Text Font Color

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

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


#f0acea Background Color

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

This div background color is #f0acea


#f0acea Border Color

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

This div border color is #f0acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0acea


Comments

No comments written yet.

Please login to write comment.