Color Hex Logo

#fdfecc Color Hex

#FDFECC
(253,254,204)
0 Favorites   0 Comments

Color spaces of #fdfecc

RGB 253254204
HSL0.170.960.90
HSV61°20°100°
CMYK 0.000.000.20   0.00
XYZ86.848996.125971.1035
Yxy96.12590.34180.3783
Hunter Lab98.0438-13.458325.6323
CIE-Lab98.4822-8.267823.8669

#fdfecc color RGB value is (253,254,204).

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

The process color (four color CMYK) of #fdfecc color hex is 0.00, 0.00, 0.20, 0.00. Web safe color of #fdfecc is #ffffcc. Color #fdfecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11001100
Octal 375 376 314
Decimal 253 254 204
Hex FD FE CC

RGB Percentages of Color #fdfecc

%35.58
%35.72
%28.69

CMYK Percentages of Color #fdfecc

%0
%0
%20
%0

Triadic Colors of #fdfecc

#fdfecc #ccfdfe #feccfd

Analogous Colors of #fdfecc

#fdfecc #e4fecc #fee6cc

Monochromatic Colors of #fdfecc

#fdfecc

Complementary Color

#fdfecc #cdccfe

#fdfecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfecc Color CSS Codes

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

#fdfecc Text Font Color

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

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


#fdfecc Background Color

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

This div background color is #fdfecc


#fdfecc Border Color

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

This div border color is #fdfecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfecc

Related Colors


Comments

No comments written yet.

Please login to write comment.