Color Hex Logo

#fedecc Color Hex

#FEDECC
(254,222,204)
0 Favorites   0 Comments

Color spaces of #fedecc

RGB 254222204
HSL0.060.960.90
HSV22°20°100°
CMYK 0.000.130.20   0.00
XYZ77.893477.673068.0137
Yxy77.67300.34840.3474
Hunter Lab88.13233.531015.9372
CIE-Lab90.63058.290612.8800

#fedecc color RGB value is (254,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 11001100
Octal 376 336 314
Decimal 254 222 204
Hex FE DE CC

RGB Percentages of Color #fedecc

%37.35
%32.65
%30.00

CMYK Percentages of Color #fedecc

%0
%13
%20
%0

Triadic Colors of #fedecc

#fedecc #ccfede #deccfe

Analogous Colors of #fedecc

#fedecc #fef7cc #feccd3

Monochromatic Colors of #fedecc

#fedecc

Complementary Color

#fedecc #ccecfe

#fedecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedecc Color CSS Codes

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

#fedecc Text Font Color

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

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


#fedecc Background Color

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

This div background color is #fedecc


#fedecc Border Color

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

This div border color is #fedecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedecc

Related Colors


Comments

No comments written yet.

Please login to write comment.