Color Hex Logo

#feacf4 Color Hex

#FEACF4
(254,172,244)
0 Favorites   0 Comments

Color spaces of #feacf4

RGB 254172244
HSL0.850.980.84
HSV307°32°100°
CMYK 0.000.320.04   0.00
XYZ71.954757.107592.8184
Yxy57.10750.32430.2574
Hunter Lab75.569537.7150-19.9244
CIE-Lab80.240040.8701-23.7052

#feacf4 color RGB value is (254,172,244).

#feacf4 hex color red value is 254, green value is 172 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #feacf4 hue: 0.85 , saturation: 0.98 and the lightness value of feacf4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11110100
Octal 376 254 364
Decimal 254 172 244
Hex FE AC F4

RGB Percentages of Color #feacf4

%37.91
%25.67
%36.42

CMYK Percentages of Color #feacf4

%0
%32
%4
%0

Triadic Colors of #feacf4

#feacf4 #f4feac #acf4fe

Analogous Colors of #feacf4

#feacf4 #feaccb #dfacfe

Monochromatic Colors of #feacf4

#feacf4

Complementary Color

#feacf4 #acfeb6

#feacf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacf4 Color CSS Codes

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

#feacf4 Text Font Color

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

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


#feacf4 Background Color

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

This div background color is #feacf4


#feacf4 Border Color

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

This div border color is #feacf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacf4

Related Colors


Comments

No comments written yet.

Please login to write comment.