Color Hex Logo

#ffdca9 Color Hex

#FFDCA9
(255,220,169)
0 Favorites   0 Comments

Color spaces of #ffdca9

RGB 255220169
HSL0.101.000.83
HSV36°34°100°
CMYK 0.000.140.34   0.00
XYZ73.994675.311048.1727
Yxy75.31100.37470.3814
Hunter Lab86.78190.329727.8354
CIE-Lab89.53855.056829.5657

#ffdca9 color RGB value is (255,220,169).

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

The process color (four color CMYK) of #ffdca9 color hex is 0.00, 0.14, 0.34, 0.00. Web safe color of #ffdca9 is #ffcc99. Color #ffdca9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10101001
Octal 377 334 251
Decimal 255 220 169
Hex FF DC A9

RGB Percentages of Color #ffdca9

%39.60
%34.16
%26.24

CMYK Percentages of Color #ffdca9

%0
%14
%34
%0

Triadic Colors of #ffdca9

#ffdca9 #a9ffdc #dca9ff

Analogous Colors of #ffdca9

#ffdca9 #f7ffa9 #ffb1a9

Monochromatic Colors of #ffdca9

#ffdca9

Complementary Color

#ffdca9 #a9ccff

#ffdca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdca9 Color CSS Codes

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

#ffdca9 Text Font Color

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

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


#ffdca9 Background Color

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

This div background color is #ffdca9


#ffdca9 Border Color

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

This div border color is #ffdca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdca9


Comments

No comments written yet.

Please login to write comment.