Color Hex Logo

#fdfecd Color Hex

#FDFECD
(253,254,205)
0 Favorites   0 Comments

Color spaces of #fdfecd

RGB 253254205
HSL0.170.960.90
HSV61°19°100°
CMYK 0.000.000.19   0.00
XYZ86.969396.174071.7373
Yxy96.17400.34120.3773
Hunter Lab98.0683-13.321625.2770
CIE-Lab98.5013-8.126023.3858

#fdfecd color RGB value is (253,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11001101
Octal 375 376 315
Decimal 253 254 205
Hex FD FE CD

RGB Percentages of Color #fdfecd

%35.53
%35.67
%28.79

CMYK Percentages of Color #fdfecd

%0
%0
%19
%0

Triadic Colors of #fdfecd

#fdfecd #cdfdfe #fecdfd

Analogous Colors of #fdfecd

#fdfecd #e5fecd #fee7cd

Monochromatic Colors of #fdfecd

#fdfecd

Complementary Color

#fdfecd #cecdfe

#fdfecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfecd Color CSS Codes

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

#fdfecd Text Font Color

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

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


#fdfecd Background Color

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

This div background color is #fdfecd


#fdfecd Border Color

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

This div border color is #fdfecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfecd


Comments

No comments written yet.

Please login to write comment.