Color Hex Logo

#ffdfa4 Color Hex

#FFDFA4
(255,223,164)
0 Favorites   0 Comments

Color spaces of #ffdfa4

RGB 255223164
HSL0.111.000.82
HSV39°36°100°
CMYK 0.000.130.36   0.00
XYZ74.328576.715746.0120
Yxy76.71570.37720.3893
Hunter Lab87.5875-1.799530.1647
CIE-Lab90.19062.936833.0035

#ffdfa4 color RGB value is (255,223,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011111 10100100
Octal 377 337 244
Decimal 255 223 164
Hex FF DF A4

RGB Percentages of Color #ffdfa4

%39.72
%34.74
%25.55

CMYK Percentages of Color #ffdfa4

%0
%13
%36
%0

Triadic Colors of #ffdfa4

#ffdfa4 #a4ffdf #dfa4ff

Analogous Colors of #ffdfa4

#ffdfa4 #f2ffa4 #ffb2a4

Monochromatic Colors of #ffdfa4

#ffdfa4

Complementary Color

#ffdfa4 #a4c4ff

#ffdfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdfa4 Color CSS Codes

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

#ffdfa4 Text Font Color

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

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


#ffdfa4 Background Color

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

This div background color is #ffdfa4


#ffdfa4 Border Color

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

This div border color is #ffdfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdfa4

#ffdfa4 Color Palettes


Comments

No comments written yet.

Please login to write comment.