Color Hex Logo

#fdcead Color Hex

#FDCEAD
(253,206,173)
0 Favorites   0 Comments

Color spaces of #fdcead

RGB 253206173
HSL0.070.950.84
HSV25°32°99°
CMYK 0.000.190.32   0.01
XYZ70.122168.042448.9728
Yxy68.04240.37470.3636
Hunter Lab82.48787.387522.5412
CIE-Lab86.027612.021422.6734

#fdcead color RGB value is (253,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10101101
Octal 375 316 255
Decimal 253 206 173
Hex FD CE AD

RGB Percentages of Color #fdcead

%40.03
%32.59
%27.37

CMYK Percentages of Color #fdcead

%0
%19
%32
%1

Triadic Colors of #fdcead

#fdcead #adfdce #ceadfd

Analogous Colors of #fdcead

#fdcead #fdf6ad #fdadb4

Monochromatic Colors of #fdcead

#fdcead

Complementary Color

#fdcead #addcfd

#fdcead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcead Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcead Color CSS Codes

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

#fdcead Text Font Color

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

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


#fdcead Background Color

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

This div background color is #fdcead


#fdcead Border Color

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

This div border color is #fdcead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcead

#fdcead Color Palettes


Comments

No comments written yet.

Please login to write comment.