Color Hex Logo

#fe0cac Color Hex

#FE0CAC
(254,12,172)
0 Favorites   0 Comments

Color spaces of #fe0cac

RGB 25412172
HSL0.890.990.52
HSV320°95°100°
CMYK 0.000.950.32   0.00
XYZ48.450924.312341.1688
Yxy24.31230.42530.2134
Hunter Lab49.307589.1108-14.9883
CIE-Lab56.399187.3499-19.7954

#fe0cac color RGB value is (254,12,172).

#fe0cac hex color red value is 254, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fe0cac hue: 0.89 , saturation: 0.99 and the lightness value of fe0cac is 0.52.

The process color (four color CMYK) of #fe0cac color hex is 0.00, 0.95, 0.32, 0.00. Web safe color of #fe0cac is #ff0099. Color #fe0cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001100 10101100
Octal 376 14 254
Decimal 254 12 172
Hex FE C AC

RGB Percentages of Color #fe0cac

%57.99
%2.74
%39.27

CMYK Percentages of Color #fe0cac

%0
%95
%32
%0

Triadic Colors of #fe0cac

#fe0cac #acfe0c #0cacfe

Analogous Colors of #fe0cac

#fe0cac #fe0c33 #d70cfe

Monochromatic Colors of #fe0cac

#fe0cac

Complementary Color

#fe0cac #0cfe5e

#fe0cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0cac Color CSS Codes

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

#fe0cac Text Font Color

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

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


#fe0cac Background Color

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

This div background color is #fe0cac


#fe0cac Border Color

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

This div border color is #fe0cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0cac


Comments

No comments written yet.

Please login to write comment.