Color Hex Logo

#ffddca Color Hex Unbleached Silk

#FFDDCA
(255,221,202)
4 Favorites   0 Comments

Color spaces of #ffddca Unbleached Silk

RGB 255221202
HSL0.061.000.90
HSV22°21°100°
CMYK 0.000.130.21   0.00
XYZ77.757177.237266.6871
Yxy77.23720.35080.3484
Hunter Lab87.88474.131916.5299
CIE-Lab90.43078.878713.6544

#ffddca color RGB value is (255,221,202). #ffddca color name is Unbleached Silk color.

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

The process color (four color CMYK) of #ffddca color hex is 0.00, 0.13, 0.21, 0.00. Web safe color of #ffddca is #ffcccc. Color #ffddca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11001010
Octal 377 335 312
Decimal 255 221 202
Hex FF DD CA

RGB Percentages of Color #ffddca

%37.61
%32.60
%29.79

CMYK Percentages of Color #ffddca

%0
%13
%21
%0

Triadic Colors of #ffddca

#ffddca #caffdd #ddcaff

Analogous Colors of #ffddca

#ffddca #fff8ca #ffcad2

Monochromatic Colors of #ffddca

#ffddca

Complementary Color

#ffddca #caecff

#ffddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddca Color CSS Codes

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

#ffddca Text Font Color

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

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


#ffddca Background Color

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

This div background color is #ffddca


#ffddca Border Color

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

This div border color is #ffddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddca


Comments

No comments written yet.

Please login to write comment.