Color Hex Logo

#feaccd Color Hex

#FEACCD
(254,172,205)
0 Favorites   0 Comments

Color spaces of #feaccd

RGB 254172205
HSL0.930.980.84
HSV336°32°100°
CMYK 0.000.320.19   0.00
XYZ66.645054.983764.8579
Yxy54.98370.35740.2948
Hunter Lab74.151030.66700.0463
CIE-Lab79.031934.5810-4.4313

#feaccd color RGB value is (254,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11001101
Octal 376 254 315
Decimal 254 172 205
Hex FE AC CD

RGB Percentages of Color #feaccd

%40.25
%27.26
%32.49

CMYK Percentages of Color #feaccd

%0
%32
%19
%0

Triadic Colors of #feaccd

#feaccd #cdfeac #accdfe

Analogous Colors of #feaccd

#feaccd #feb4ac #feacf6

Monochromatic Colors of #feaccd

#feaccd

Complementary Color

#feaccd #acfedd

#feaccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaccd Color CSS Codes

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

#feaccd Text Font Color

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

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


#feaccd Background Color

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

This div background color is #feaccd


#feaccd Border Color

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

This div border color is #feaccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaccd


Comments

No comments written yet.

Please login to write comment.