Color Hex Logo

#ffd4cd Color Hex

#FFD4CD
(255,212,205)
0 Favorites   0 Comments

Color spaces of #ffd4cd

RGB 255212205
HSL0.021.000.90
HSV20°100°
CMYK 0.000.170.20   0.00
XYZ75.802972.754767.8054
Yxy72.75470.35040.3363
Hunter Lab85.29649.364412.5755
CIE-Lab88.330613.98009.0894

#ffd4cd color RGB value is (255,212,205).

#ffd4cd hex color red value is 255, green value is 212 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ffd4cd hue: 0.02 , saturation: 1.00 and the lightness value of ffd4cd is 0.90.

The process color (four color CMYK) of #ffd4cd color hex is 0.00, 0.17, 0.20, 0.00. Web safe color of #ffd4cd is #ffcccc. Color #ffd4cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 11001101
Octal 377 324 315
Decimal 255 212 205
Hex FF D4 CD

RGB Percentages of Color #ffd4cd

%37.95
%31.55
%30.51

CMYK Percentages of Color #ffd4cd

%0
%17
%20
%0

Triadic Colors of #ffd4cd

#ffd4cd #cdffd4 #d4cdff

Analogous Colors of #ffd4cd

#ffd4cd #ffedcd #ffcddf

Monochromatic Colors of #ffd4cd

#ffd4cd

Complementary Color

#ffd4cd #cdf8ff

#ffd4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd4cd Color CSS Codes

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

#ffd4cd Text Font Color

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

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


#ffd4cd Background Color

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

This div background color is #ffd4cd


#ffd4cd Border Color

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

This div border color is #ffd4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd4cd

#ffd4cd Color Palettes


Comments

No comments written yet.

Please login to write comment.