Color Hex Logo

#fe18ac Color Hex

#FE18AC
(254,24,172)
0 Favorites   0 Comments

Color spaces of #fe18ac

RGB 25424172
HSL0.890.990.55
HSV321°91°100°
CMYK 0.000.910.32   0.00
XYZ48.646124.702741.2339
Yxy24.70270.42460.2156
Hunter Lab49.701887.7303-14.3972
CIE-Lab56.784686.2241-19.2070

#fe18ac color RGB value is (254,24,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 10101100
Octal 376 30 254
Decimal 254 24 172
Hex FE 18 AC

RGB Percentages of Color #fe18ac

%56.44
%5.33
%38.22

CMYK Percentages of Color #fe18ac

%0
%91
%32
%0

Triadic Colors of #fe18ac

#fe18ac #acfe18 #18acfe

Analogous Colors of #fe18ac

#fe18ac #fe1839 #dd18fe

Monochromatic Colors of #fe18ac

#fe18ac

Complementary Color

#fe18ac #18fe6a

#fe18ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe18ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe18ac Color CSS Codes

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

#fe18ac Text Font Color

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

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


#fe18ac Background Color

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

This div background color is #fe18ac


#fe18ac Border Color

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

This div border color is #fe18ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe18ac


Comments

No comments written yet.

Please login to write comment.