Color Hex Logo

#fdfdad Color Hex

#FDFDAD
(253,253,173)
0 Favorites   0 Comments

Color spaces of #fdfdad

RGB 253253173
HSL0.170.950.84
HSV60°32°99°
CMYK 0.000.000.32   0.01
XYZ83.176194.150353.3241
Yxy94.15030.36060.4082
Hunter Lab97.0311-16.792235.3385
CIE-Lab97.6925-11.802038.3750

#fdfdad color RGB value is (253,253,173).

#fdfdad hex color red value is 253, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fdfdad hue: 0.17 , saturation: 0.95 and the lightness value of fdfdad is 0.84.

The process color (four color CMYK) of #fdfdad color hex is 0.00, 0.00, 0.32, 0.01. Web safe color of #fdfdad is #ffff99. Color #fdfdad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 10101101
Octal 375 375 255
Decimal 253 253 173
Hex FD FD AD

RGB Percentages of Color #fdfdad

%37.26
%37.26
%25.48

CMYK Percentages of Color #fdfdad

%0
%0
%32
%1

Triadic Colors of #fdfdad

#fdfdad #adfdfd #fdadfd

Analogous Colors of #fdfdad

#fdfdad #d5fdad #fdd5ad

Monochromatic Colors of #fdfdad

#fdfdad

Complementary Color

#fdfdad #adadfd

#fdfdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdad Color CSS Codes

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

#fdfdad Text Font Color

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

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


#fdfdad Background Color

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

This div background color is #fdfdad


#fdfdad Border Color

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

This div border color is #fdfdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,253,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fdfdad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdad

Related Colors


Comments

No comments written yet.

Please login to write comment.