Color Hex Logo

#fdfdcd Color Hex

#FDFDCD
(253,253,205)
1 Favorites   0 Comments

Color spaces of #fdfdcd

RGB 253253205
HSL0.170.920.90
HSV60°19°99°
CMYK 0.000.000.19   0.01
XYZ86.652795.541071.6318
Yxy95.54100.34140.3764
Hunter Lab97.7451-12.810524.9713
CIE-Lab98.2496-7.630523.0370

#fdfdcd color RGB value is (253,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11001101
Octal 375 375 315
Decimal 253 253 205
Hex FD FD CD

RGB Percentages of Color #fdfdcd

%35.58
%35.58
%28.83

CMYK Percentages of Color #fdfdcd

%0
%0
%19
%1

Triadic Colors of #fdfdcd

#fdfdcd #cdfdfd #fdcdfd

Analogous Colors of #fdfdcd

#fdfdcd #e5fdcd #fde5cd

Monochromatic Colors of #fdfdcd

#fdfdcd

Complementary Color

#fdfdcd #cdcdfd

#fdfdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdcd Color CSS Codes

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

#fdfdcd Text Font Color

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

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


#fdfdcd Background Color

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

This div background color is #fdfdcd


#fdfdcd Border Color

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

This div border color is #fdfdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdcd

#fdfdcd Color Palettes


Comments

No comments written yet.

Please login to write comment.