Color Hex Logo

#ffddaf Color Hex

#FFDDAF
(255,221,175)
0 Favorites   0 Comments

Color spaces of #ffddaf

RGB 255221175
HSL0.101.000.84
HSV35°31°100°
CMYK 0.000.130.31   0.00
XYZ74.834376.068051.2958
Yxy76.06800.37010.3762
Hunter Lab87.21700.527726.1811
CIE-Lab89.89095.271126.9487

#ffddaf color RGB value is (255,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 10101111
Octal 377 335 257
Decimal 255 221 175
Hex FF DD AF

RGB Percentages of Color #ffddaf

%39.17
%33.95
%26.88

CMYK Percentages of Color #ffddaf

%0
%13
%31
%0

Triadic Colors of #ffddaf

#ffddaf #afffdd #ddafff

Analogous Colors of #ffddaf

#ffddaf #f9ffaf #ffb5af

Monochromatic Colors of #ffddaf

#ffddaf

Complementary Color

#ffddaf #afd1ff

#ffddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddaf Color CSS Codes

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

#ffddaf Text Font Color

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

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


#ffddaf Background Color

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

This div background color is #ffddaf


#ffddaf Border Color

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

This div border color is #ffddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddaf

#ffddaf Color Palettes


Comments

No comments written yet.

Please login to write comment.