Color Hex Logo

#ffdaaf Color Hex

#FFDAAF
(255,218,175)
0 Favorites   0 Comments

Color spaces of #ffdaaf

RGB 255218175
HSL0.091.000.84
HSV32°31°100°
CMYK 0.000.150.31   0.00
XYZ74.049374.498051.0342
Yxy74.49800.37100.3733
Hunter Lab86.31222.093025.3619
CIE-Lab89.15736.813025.9489

#ffdaaf color RGB value is (255,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10101111
Octal 377 332 257
Decimal 255 218 175
Hex FF DA AF

RGB Percentages of Color #ffdaaf

%39.35
%33.64
%27.01

CMYK Percentages of Color #ffdaaf

%0
%15
%31
%0

Triadic Colors of #ffdaaf

#ffdaaf #afffda #daafff

Analogous Colors of #ffdaaf

#ffdaaf #fcffaf #ffb2af

Monochromatic Colors of #ffdaaf

#ffdaaf

Complementary Color

#ffdaaf #afd4ff

#ffdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaaf Color CSS Codes

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

#ffdaaf Text Font Color

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

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


#ffdaaf Background Color

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

This div background color is #ffdaaf


#ffdaaf Border Color

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

This div border color is #ffdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaaf

Related Colors

#ffdaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.