Color Hex Logo

#fe4cac Color Hex

#FE4CAC
(254,76,172)
0 Favorites   0 Comments

Color spaces of #fe4cac

RGB 25476172
HSL0.910.990.65
HSV328°70°100°
CMYK 0.000.700.32   0.00
XYZ50.903929.218341.9865
Yxy29.21830.41690.2393
Hunter Lab54.054073.5033-8.2158
CIE-Lab60.973874.2614-12.8592

#fe4cac color RGB value is (254,76,172).

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

The process color (four color CMYK) of #fe4cac color hex is 0.00, 0.70, 0.32, 0.00. Web safe color of #fe4cac is #ff3399. Color #fe4cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001100 10101100
Octal 376 114 254
Decimal 254 76 172
Hex FE 4C AC

RGB Percentages of Color #fe4cac

%50.60
%15.14
%34.26

CMYK Percentages of Color #fe4cac

%0
%70
%32
%0

Triadic Colors of #fe4cac

#fe4cac #acfe4c #4cacfe

Analogous Colors of #fe4cac

#fe4cac #fe4c53 #f74cfe

Monochromatic Colors of #fe4cac

#fe4cac

Complementary Color

#fe4cac #4cfe9e

#fe4cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4cac Color CSS Codes

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

#fe4cac Text Font Color

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

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


#fe4cac Background Color

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

This div background color is #fe4cac


#fe4cac Border Color

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

This div border color is #fe4cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4cac


Comments

No comments written yet.

Please login to write comment.