Color Hex Logo

#ffd9aa Color Hex

#FFD9AA
(255,217,170)
0 Favorites   0 Comments

Color spaces of #ffd9aa

RGB 255217170
HSL0.091.000.83
HSV33°33°100°
CMYK 0.000.150.33   0.00
XYZ73.308673.788048.4089
Yxy73.78800.37500.3774
Hunter Lab85.89992.010326.7171
CIE-Lab88.82226.718428.0821

#ffd9aa color RGB value is (255,217,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 10101010
Octal 377 331 252
Decimal 255 217 170
Hex FF D9 AA

RGB Percentages of Color #ffd9aa

%39.72
%33.80
%26.48

CMYK Percentages of Color #ffd9aa

%0
%15
%33
%0

Triadic Colors of #ffd9aa

#ffd9aa #aaffd9 #d9aaff

Analogous Colors of #ffd9aa

#ffd9aa #fbffaa #ffafaa

Monochromatic Colors of #ffd9aa

#ffd9aa

Complementary Color

#ffd9aa #aad0ff

#ffd9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd9aa Color CSS Codes

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

#ffd9aa Text Font Color

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

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


#ffd9aa Background Color

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

This div background color is #ffd9aa


#ffd9aa Border Color

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

This div border color is #ffd9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd9aa


Comments

No comments written yet.

Please login to write comment.