Color Hex Logo

#f5acea Color Hex

#F5ACEA
(245,172,234)
0 Favorites   0 Comments

Color spaces of #f5acea

RGB 245172234
HSL0.860.780.82
HSV309°30°96°
CMYK 0.000.300.04   0.04
XYZ67.260054.858084.8856
Yxy54.85800.32490.2650
Hunter Lab74.066232.4812-16.1046
CIE-Lab78.959436.2556-20.3490

#f5acea color RGB value is (245,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101100 11101010
Octal 365 254 352
Decimal 245 172 234
Hex F5 AC EA

RGB Percentages of Color #f5acea

%37.63
%26.42
%35.94

CMYK Percentages of Color #f5acea

%0
%30
%4
%4

Triadic Colors of #f5acea

#f5acea #eaf5ac #aceaf5

Analogous Colors of #f5acea

#f5acea #f5acc6 #dcacf5

Monochromatic Colors of #f5acea

#f5acea

Complementary Color

#f5acea #acf5b7

#f5acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5acea Color CSS Codes

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

#f5acea Text Font Color

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

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


#f5acea Background Color

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

This div background color is #f5acea


#f5acea Border Color

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

This div border color is #f5acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5acea


Comments

No comments written yet.

Please login to write comment.