Color Hex Logo

#feacd1 Color Hex

#FEACD1
(254,172,209)
0 Favorites   0 Comments

Color spaces of #feacd1

RGB 254172209
HSL0.920.980.84
HSV333°32°100°
CMYK 0.000.320.18   0.00
XYZ67.134255.179367.4339
Yxy55.17930.35380.2908
Hunter Lab74.282831.3273-1.8255
CIE-Lab79.144435.1801-6.4363

#feacd1 color RGB value is (254,172,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11010001
Octal 376 254 321
Decimal 254 172 209
Hex FE AC D1

RGB Percentages of Color #feacd1

%40.00
%27.09
%32.91

CMYK Percentages of Color #feacd1

%0
%32
%18
%0

Triadic Colors of #feacd1

#feacd1 #d1feac #acd1fe

Analogous Colors of #feacd1

#feacd1 #feb0ac #feacfa

Monochromatic Colors of #feacd1

#feacd1

Complementary Color

#feacd1 #acfed9

#feacd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacd1 Color CSS Codes

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

#feacd1 Text Font Color

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

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


#feacd1 Background Color

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

This div background color is #feacd1


#feacd1 Border Color

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

This div border color is #feacd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacd1


Comments

No comments written yet.

Please login to write comment.