Color Hex Logo

#feaacd Color Hex

#FEAACD
(254,170,205)
0 Favorites   0 Comments

Color spaces of #feaacd

RGB 254170205
HSL0.930.980.83
HSV335°33°100°
CMYK 0.000.330.19   0.00
XYZ66.267254.228164.7320
Yxy54.22810.35780.2928
Hunter Lab73.639731.7597-0.5703
CIE-Lab78.594635.6251-5.0764

#feaacd color RGB value is (254,170,205).

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

The process color (four color CMYK) of #feaacd color hex is 0.00, 0.33, 0.19, 0.00. Web safe color of #feaacd is #ff99cc. Color #feaacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11001101
Octal 376 252 315
Decimal 254 170 205
Hex FE AA CD

RGB Percentages of Color #feaacd

%40.38
%27.03
%32.59

CMYK Percentages of Color #feaacd

%0
%33
%19
%0

Triadic Colors of #feaacd

#feaacd #cdfeaa #aacdfe

Analogous Colors of #feaacd

#feaacd #feb1aa #feaaf7

Monochromatic Colors of #feaacd

#feaacd

Complementary Color

#feaacd #aafedb

#feaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaacd Color CSS Codes

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

#feaacd Text Font Color

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

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


#feaacd Background Color

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

This div background color is #feaacd


#feaacd Border Color

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

This div border color is #feaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaacd


Comments

No comments written yet.

Please login to write comment.