Color Hex Logo

#ffdaac Color Hex

#FFDAAC
(255,218,172)
2 Favorites   0 Comments

Color spaces of #ffdaac

RGB 255218172
HSL0.091.000.84
HSV33°33°100°
CMYK 0.000.150.33   0.00
XYZ73.757874.381449.4993
Yxy74.38140.37320.3764
Hunter Lab86.24471.727926.3423
CIE-Lab89.10246.445127.4276

#ffdaac color RGB value is (255,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10101100
Octal 377 332 254
Decimal 255 218 172
Hex FF DA AC

RGB Percentages of Color #ffdaac

%39.53
%33.80
%26.67

CMYK Percentages of Color #ffdaac

%0
%15
%33
%0

Triadic Colors of #ffdaac

#ffdaac #acffda #daacff

Analogous Colors of #ffdaac

#ffdaac #fbffac #ffb1ac

Monochromatic Colors of #ffdaac

#ffdaac

Complementary Color

#ffdaac #acd1ff

#ffdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaac Color CSS Codes

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

#ffdaac Text Font Color

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

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


#ffdaac Background Color

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

This div background color is #ffdaac


#ffdaac Border Color

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

This div border color is #ffdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaac


Comments

No comments written yet.

Please login to write comment.