Color Hex Logo

#ddaf8f Color Hex

#DDAF8F
(221,175,143)
0 Favorites   0 Comments

Color spaces of #ddaf8f

RGB 221175143
HSL0.070.530.71
HSV25°35°87°
CMYK 0.000.210.35   0.13
XYZ50.106748.015332.6136
Yxy48.01530.38330.3673
Hunter Lab69.29317.812720.5996
CIE-Lab74.834612.385922.7949

#ddaf8f color RGB value is (221,175,143).

#ddaf8f hex color red value is 221, green value is 175 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ddaf8f hue: 0.07 , saturation: 0.53 and the lightness value of ddaf8f is 0.71.

The process color (four color CMYK) of #ddaf8f color hex is 0.00, 0.21, 0.35, 0.13. Web safe color of #ddaf8f is #cc9999. Color #ddaf8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10001111
Octal 335 257 217
Decimal 221 175 143
Hex DD AF 8F

RGB Percentages of Color #ddaf8f

%41.00
%32.47
%26.53

CMYK Percentages of Color #ddaf8f

%0
%21
%35
%13

Triadic Colors of #ddaf8f

#ddaf8f #8fddaf #af8fdd

Analogous Colors of #ddaf8f

#ddaf8f #ddd68f #dd8f96

Monochromatic Colors of #ddaf8f

#ddaf8f

Complementary Color

#ddaf8f #8fbddd

#ddaf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf8f Color CSS Codes

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

#ddaf8f Text Font Color

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

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


#ddaf8f Background Color

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

This div background color is #ddaf8f


#ddaf8f Border Color

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

This div border color is #ddaf8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,175,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddaf8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddaf8f;
  -webkit-box-shadow: 1px 1px 3px 2px #ddaf8f;
  box-shadow:         1px 1px 3px 2px #ddaf8f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf8f


Comments

No comments written yet.

Please login to write comment.