Color Hex Logo

#fedacc Color Hex

#FEDACC
(254,218,204)
0 Favorites   0 Comments

Color spaces of #fedacc

RGB 254218204
HSL0.050.960.90
HSV17°20°100°
CMYK 0.000.140.20   0.00
XYZ76.843575.573367.6638
Yxy75.57330.34920.3434
Hunter Lab86.93295.650814.7050
CIE-Lab89.660910.358211.5020

#fedacc color RGB value is (254,218,204).

#fedacc hex color red value is 254, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fedacc hue: 0.05 , saturation: 0.96 and the lightness value of fedacc is 0.90.

The process color (four color CMYK) of #fedacc color hex is 0.00, 0.14, 0.20, 0.00. Web safe color of #fedacc is #ffcccc. Color #fedacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11001100
Octal 376 332 314
Decimal 254 218 204
Hex FE DA CC

RGB Percentages of Color #fedacc

%37.57
%32.25
%30.18

CMYK Percentages of Color #fedacc

%0
%14
%20
%0

Triadic Colors of #fedacc

#fedacc #ccfeda #daccfe

Analogous Colors of #fedacc

#fedacc #fef3cc #feccd7

Monochromatic Colors of #fedacc

#fedacc

Complementary Color

#fedacc #ccf0fe

#fedacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedacc Color CSS Codes

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

#fedacc Text Font Color

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

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


#fedacc Background Color

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

This div background color is #fedacc


#fedacc Border Color

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

This div border color is #fedacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedacc

Related Colors

#fedacc Color Palettes


Comments

No comments written yet.

Please login to write comment.