Color Hex Logo

#ffdcd5 Color Hex

#FFDCD5
(255,220,213)
1 Favorites   0 Comments

Color spaces of #ffdcd5

RGB 255220213
HSL0.031.000.92
HSV10°16°100°
CMYK 0.000.140.16   0.00
XYZ78.843477.250573.7061
Yxy77.25050.34310.3362
Hunter Lab87.89236.311211.8042
CIE-Lab90.436811.02007.9036

#ffdcd5 color RGB value is (255,220,213).

#ffdcd5 hex color red value is 255, green value is 220 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ffdcd5 hue: 0.03 , saturation: 1.00 and the lightness value of ffdcd5 is 0.92.

The process color (four color CMYK) of #ffdcd5 color hex is 0.00, 0.14, 0.16, 0.00. Web safe color of #ffdcd5 is #ffcccc. Color #ffdcd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11010101
Octal 377 334 325
Decimal 255 220 213
Hex FF DC D5

RGB Percentages of Color #ffdcd5

%37.06
%31.98
%30.96

CMYK Percentages of Color #ffdcd5

%0
%14
%16
%0

Triadic Colors of #ffdcd5

#ffdcd5 #d5ffdc #dcd5ff

Analogous Colors of #ffdcd5

#ffdcd5 #fff1d5 #ffd5e3

Monochromatic Colors of #ffdcd5

#ffdcd5

Complementary Color

#ffdcd5 #d5f8ff

#ffdcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcd5 Color CSS Codes

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

#ffdcd5 Text Font Color

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

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


#ffdcd5 Background Color

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

This div background color is #ffdcd5


#ffdcd5 Border Color

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

This div border color is #ffdcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcd5

Related Colors

#ffdcd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.