Color Hex Logo

#ffdaae Color Hex

#FFDAAE
(255,218,174)
2 Favorites   0 Comments

Color spaces of #ffdaae

RGB 255218174
HSL0.091.000.84
HSV33°32°100°
CMYK 0.000.150.32   0.00
XYZ73.951474.458850.5187
Yxy74.45880.37170.3743
Hunter Lab86.28951.970525.6910
CIE-Lab89.13896.689726.4419

#ffdaae color RGB value is (255,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10101110
Octal 377 332 256
Decimal 255 218 174
Hex FF DA AE

RGB Percentages of Color #ffdaae

%39.41
%33.69
%26.89

CMYK Percentages of Color #ffdaae

%0
%15
%32
%0

Triadic Colors of #ffdaae

#ffdaae #aeffda #daaeff

Analogous Colors of #ffdaae

#ffdaae #fcffae #ffb2ae

Monochromatic Colors of #ffdaae

#ffdaae

Complementary Color

#ffdaae #aed3ff

#ffdaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaae Color CSS Codes

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

#ffdaae Text Font Color

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

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


#ffdaae Background Color

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

This div background color is #ffdaae


#ffdaae Border Color

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

This div border color is #ffdaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaae

Related Colors

#ffdaae Color Palettes


Comments

No comments written yet.

Please login to write comment.