Color Hex Logo

#ffdaa4 Color Hex

#FFDAA4
(255,218,164)
0 Favorites   0 Comments

Color spaces of #ffdaa4

RGB 255218164
HSL0.101.000.82
HSV36°36°100°
CMYK 0.000.150.36   0.00
XYZ73.012274.083145.5733
Yxy74.08310.37900.3845
Hunter Lab86.07150.791628.8571
CIE-Lab88.96175.498131.3633

#ffdaa4 color RGB value is (255,218,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 10100100
Octal 377 332 244
Decimal 255 218 164
Hex FF DA A4

RGB Percentages of Color #ffdaa4

%40.03
%34.22
%25.75

CMYK Percentages of Color #ffdaa4

%0
%15
%36
%0

Triadic Colors of #ffdaa4

#ffdaa4 #a4ffda #daa4ff

Analogous Colors of #ffdaa4

#ffdaa4 #f7ffa4 #ffada4

Monochromatic Colors of #ffdaa4

#ffdaa4

Complementary Color

#ffdaa4 #a4c9ff

#ffdaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdaa4 Color CSS Codes

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

#ffdaa4 Text Font Color

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

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


#ffdaa4 Background Color

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

This div background color is #ffdaa4


#ffdaa4 Border Color

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

This div border color is #ffdaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdaa4

Related Colors

#ffdaa4 Color Palettes


Comments

No comments written yet.

Please login to write comment.