Color Hex Logo

#ffd4aa Color Hex

#FFD4AA
(255,212,170)
2 Favorites   0 Comments

Color spaces of #ffd4aa

RGB 255212170
HSL0.081.000.83
HSV30°33°100°
CMYK 0.000.170.33   0.00
XYZ72.039271.249247.9858
Yxy71.24920.37660.3725
Hunter Lab84.40924.624925.3807
CIE-Lab87.60599.298826.4311

#ffd4aa color RGB value is (255,212,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 10101010
Octal 377 324 252
Decimal 255 212 170
Hex FF D4 AA

RGB Percentages of Color #ffd4aa

%40.03
%33.28
%26.69

CMYK Percentages of Color #ffd4aa

%0
%17
%33
%0

Triadic Colors of #ffd4aa

#ffd4aa #aaffd4 #d4aaff

Analogous Colors of #ffd4aa

#ffd4aa #ffffaa #ffaaab

Monochromatic Colors of #ffd4aa

#ffd4aa

Complementary Color

#ffd4aa #aad5ff

#ffd4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd4aa Color CSS Codes

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

#ffd4aa Text Font Color

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

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


#ffd4aa Background Color

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

This div background color is #ffd4aa


#ffd4aa Border Color

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

This div border color is #ffd4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd4aa


Comments

No comments written yet.

Please login to write comment.