Color Hex Logo

#fdddad Color Hex

#FDDDAD
(253,221,173)
0 Favorites   0 Comments

Color spaces of #fdddad

RGB 253221173
HSL0.100.950.84
HSV36°32°99°
CMYK 0.000.130.32   0.01
XYZ73.907375.612750.2345
Yxy75.61270.37000.3785
Hunter Lab86.9556-0.457426.6169
CIE-Lab89.67924.269227.6644

#fdddad color RGB value is (253,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10101101
Octal 375 335 255
Decimal 253 221 173
Hex FD DD AD

RGB Percentages of Color #fdddad

%39.10
%34.16
%26.74

CMYK Percentages of Color #fdddad

%0
%13
%32
%1

Triadic Colors of #fdddad

#fdddad #adfddd #ddadfd

Analogous Colors of #fdddad

#fdddad #f5fdad #fdb5ad

Monochromatic Colors of #fdddad

#fdddad

Complementary Color

#fdddad #adcdfd

#fdddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddad Color CSS Codes

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

#fdddad Text Font Color

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

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


#fdddad Background Color

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

This div background color is #fdddad


#fdddad Border Color

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

This div border color is #fdddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddad


Comments

No comments written yet.

Please login to write comment.