Color Hex Logo

#ffdcaa Color Hex

#FFDCAA
(255,220,170)
0 Favorites   0 Comments

Color spaces of #ffdcaa

RGB 255220170
HSL0.101.000.83
HSV35°33°100°
CMYK 0.000.140.33   0.00
XYZ74.088975.348748.6691
Yxy75.34870.37400.3803
Hunter Lab86.80360.447527.5198
CIE-Lab89.55615.176329.0744

#ffdcaa color RGB value is (255,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10101010
Octal 377 334 252
Decimal 255 220 170
Hex FF DC AA

RGB Percentages of Color #ffdcaa

%39.53
%34.11
%26.36

CMYK Percentages of Color #ffdcaa

%0
%14
%33
%0

Triadic Colors of #ffdcaa

#ffdcaa #aaffdc #dcaaff

Analogous Colors of #ffdcaa

#ffdcaa #f8ffaa #ffb2aa

Monochromatic Colors of #ffdcaa

#ffdcaa

Complementary Color

#ffdcaa #aacdff

#ffdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcaa Color CSS Codes

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

#ffdcaa Text Font Color

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

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


#ffdcaa Background Color

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

This div background color is #ffdcaa


#ffdcaa Border Color

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

This div border color is #ffdcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcaa

#ffdcaa Color Palettes


Comments

No comments written yet.

Please login to write comment.