Color Hex Logo

#ffd3ac Color Hex

#FFD3AC
(255,211,172)
0 Favorites   0 Comments

Color spaces of #ffd3ac

RGB 255211172
HSL0.081.000.84
HSV28°33°100°
CMYK 0.000.170.33   0.00
XYZ71.980770.827148.9069
Yxy70.82710.37550.3694
Hunter Lab84.15885.392324.4562
CIE-Lab87.400910.059025.1100

#ffd3ac color RGB value is (255,211,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 10101100
Octal 377 323 254
Decimal 255 211 172
Hex FF D3 AC

RGB Percentages of Color #ffd3ac

%39.97
%33.07
%26.96

CMYK Percentages of Color #ffd3ac

%0
%17
%33
%0

Triadic Colors of #ffd3ac

#ffd3ac #acffd3 #d3acff

Analogous Colors of #ffd3ac

#ffd3ac #fffdac #ffacaf

Monochromatic Colors of #ffd3ac

#ffd3ac

Complementary Color

#ffd3ac #acd8ff

#ffd3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd3ac Color CSS Codes

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

#ffd3ac Text Font Color

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

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


#ffd3ac Background Color

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

This div background color is #ffd3ac


#ffd3ac Border Color

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

This div border color is #ffd3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd3ac

Related Colors

#ffd3ac Color Palettes


Comments

No comments written yet.

Please login to write comment.