Color Hex Logo

#ddb29f Color Hex

#DDB29F
(221,178,159)
0 Favorites   0 Comments

Color spaces of #ddb29f

RGB 221178159
HSL0.050.480.75
HSV18°28°87°
CMYK 0.000.190.28   0.13
XYZ51.997249.716139.6565
Yxy49.71610.36780.3517
Hunter Lab70.50968.242616.0105
CIE-Lab75.894712.833715.6106

#ddb29f color RGB value is (221,178,159).

#ddb29f hex color red value is 221, green value is 178 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ddb29f hue: 0.05 , saturation: 0.48 and the lightness value of ddb29f is 0.75.

The process color (four color CMYK) of #ddb29f color hex is 0.00, 0.19, 0.28, 0.13. Web safe color of #ddb29f is #cc9999. Color #ddb29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 10011111
Octal 335 262 237
Decimal 221 178 159
Hex DD B2 9F

RGB Percentages of Color #ddb29f

%39.61
%31.90
%28.49

CMYK Percentages of Color #ddb29f

%0
%19
%28
%13

Triadic Colors of #ddb29f

#ddb29f #9fddb2 #b29fdd

Analogous Colors of #ddb29f

#ddb29f #ddd19f #dd9fab

Monochromatic Colors of #ddb29f

#ddb29f

Complementary Color

#ddb29f #9fcadd

#ddb29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb29f Color CSS Codes

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

#ddb29f Text Font Color

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

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


#ddb29f Background Color

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

This div background color is #ddb29f


#ddb29f Border Color

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

This div border color is #ddb29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb29f


Comments

No comments written yet.

Please login to write comment.