Color Hex Logo

#feacce Color Hex

#FEACCE
(254,172,206)
0 Favorites   0 Comments

Color spaces of #feacce

RGB 254172206
HSL0.930.980.84
HSV335°32°100°
CMYK 0.000.320.19   0.00
XYZ66.766255.032165.4958
Yxy55.03210.35650.2938
Hunter Lab74.183630.8309-0.4179
CIE-Lab79.059834.7300-4.9332

#feacce color RGB value is (254,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11001110
Octal 376 254 316
Decimal 254 172 206
Hex FE AC CE

RGB Percentages of Color #feacce

%40.19
%27.22
%32.59

CMYK Percentages of Color #feacce

%0
%32
%19
%0

Triadic Colors of #feacce

#feacce #cefeac #accefe

Analogous Colors of #feacce

#feacce #feb3ac #feacf7

Monochromatic Colors of #feacce

#feacce

Complementary Color

#feacce #acfedc

#feacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacce Color CSS Codes

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

#feacce Text Font Color

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

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


#feacce Background Color

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

This div background color is #feacce


#feacce Border Color

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

This div border color is #feacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacce

Related Colors


Comments

No comments written yet.

Please login to write comment.