Color Hex Logo

#fdffcd Color Hex

#FDFFCD
(253,255,205)
0 Favorites   0 Comments

Color spaces of #fdffcd

RGB 253255205
HSL0.171.000.90
HSV62°20°100°
CMYK 0.010.000.20   0.00
XYZ87.287596.810471.8433
Yxy96.81040.34100.3783
Hunter Lab98.3923-13.832425.5827
CIE-Lab98.7533-8.620923.7346

#fdffcd color RGB value is (253,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11001101
Octal 375 377 315
Decimal 253 255 205
Hex FD FF CD

RGB Percentages of Color #fdffcd

%35.48
%35.76
%28.75

CMYK Percentages of Color #fdffcd

%1
%0
%20
%0

Triadic Colors of #fdffcd

#fdffcd #cdfdff #ffcdfd

Analogous Colors of #fdffcd

#fdffcd #e4ffcd #ffe8cd

Monochromatic Colors of #fdffcd

#fdffcd

Complementary Color

#fdffcd #cfcdff

#fdffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffcd Color CSS Codes

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

#fdffcd Text Font Color

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

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


#fdffcd Background Color

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

This div background color is #fdffcd


#fdffcd Border Color

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

This div border color is #fdffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffcd

#fdffcd Color Palettes


Comments

No comments written yet.

Please login to write comment.