Color Hex Logo

#ffdda6 Color Hex

#FFDDA6
(255,221,166)
0 Favorites   0 Comments

Color spaces of #ffdda6

RGB 255221166
HSL0.101.000.83
HSV37°35°100°
CMYK 0.000.130.35   0.00
XYZ73.979475.726146.7939
Yxy75.72610.37650.3854
Hunter Lab87.0207-0.537229.0323
CIE-Lab89.73204.191131.3675

#ffdda6 color RGB value is (255,221,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10100110
Octal 377 335 246
Decimal 255 221 166
Hex FF DD A6

RGB Percentages of Color #ffdda6

%39.72
%34.42
%25.86

CMYK Percentages of Color #ffdda6

%0
%13
%35
%0

Triadic Colors of #ffdda6

#ffdda6 #a6ffdd #dda6ff

Analogous Colors of #ffdda6

#ffdda6 #f5ffa6 #ffb1a6

Monochromatic Colors of #ffdda6

#ffdda6

Complementary Color

#ffdda6 #a6c8ff

#ffdda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdda6 Color CSS Codes

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

#ffdda6 Text Font Color

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

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


#ffdda6 Background Color

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

This div background color is #ffdda6


#ffdda6 Border Color

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

This div border color is #ffdda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdda6

Related Colors


Comments

No comments written yet.

Please login to write comment.