Color Hex Logo

#ffdca6 Color Hex

#FFDCA6
(255,220,166)
3 Favorites   0 Comments

Color spaces of #ffdca6

RGB 255220166
HSL0.101.000.83
HSV36°35°100°
CMYK 0.000.140.35   0.00
XYZ73.716175.199646.7061
Yxy75.19960.37680.3844
Hunter Lab86.7177-0.018528.7688
CIE-Lab89.48644.703531.0384

#ffdca6 color RGB value is (255,220,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10100110
Octal 377 334 246
Decimal 255 220 166
Hex FF DC A6

RGB Percentages of Color #ffdca6

%39.78
%34.32
%25.90

CMYK Percentages of Color #ffdca6

%0
%14
%35
%0

Triadic Colors of #ffdca6

#ffdca6 #a6ffdc #dca6ff

Analogous Colors of #ffdca6

#ffdca6 #f6ffa6 #ffb0a6

Monochromatic Colors of #ffdca6

#ffdca6

Complementary Color

#ffdca6 #a6c9ff

#ffdca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdca6 Color CSS Codes

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

#ffdca6 Text Font Color

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

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


#ffdca6 Background Color

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

This div background color is #ffdca6


#ffdca6 Border Color

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

This div border color is #ffdca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdca6

Related Colors


Comments

No comments written yet.

Please login to write comment.