Color Hex Logo

#feacd0 Color Hex

#FEACD0
(254,172,208)
0 Favorites   0 Comments

Color spaces of #feacd0

RGB 254172208
HSL0.930.980.84
HSV334°32°100°
CMYK 0.000.320.18   0.00
XYZ67.010755.129966.7838
Yxy55.12990.35470.2918
Hunter Lab74.249531.1608-1.3538
CIE-Lab79.116035.0293-5.9356

#feacd0 color RGB value is (254,172,208).

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

The process color (four color CMYK) of #feacd0 color hex is 0.00, 0.32, 0.18, 0.00. Web safe color of #feacd0 is #ff99cc. Color #feacd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11010000
Octal 376 254 320
Decimal 254 172 208
Hex FE AC D0

RGB Percentages of Color #feacd0

%40.06
%27.13
%32.81

CMYK Percentages of Color #feacd0

%0
%32
%18
%0

Triadic Colors of #feacd0

#feacd0 #d0feac #acd0fe

Analogous Colors of #feacd0

#feacd0 #feb1ac #feacf9

Monochromatic Colors of #feacd0

#feacd0

Complementary Color

#feacd0 #acfeda

#feacd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacd0 Color CSS Codes

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

#feacd0 Text Font Color

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

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


#feacd0 Background Color

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

This div background color is #feacd0


#feacd0 Border Color

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

This div border color is #feacd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacd0


Comments

No comments written yet.

Please login to write comment.