Color Hex Logo

#ddb7ad Color Hex

#DDB7AD
(221,183,173)
0 Favorites   0 Comments

Color spaces of #ddb7ad

RGB 221183173
HSL0.030.410.77
HSV13°22°87°
CMYK 0.000.170.22   0.13
XYZ54.295152.256346.7600
Yxy52.25630.35410.3409
Hunter Lab72.28857.564412.2501
CIE-Lab77.433812.136710.2002

#ddb7ad color RGB value is (221,183,173).

#ddb7ad hex color red value is 221, green value is 183 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ddb7ad hue: 0.03 , saturation: 0.41 and the lightness value of ddb7ad is 0.77.

The process color (four color CMYK) of #ddb7ad color hex is 0.00, 0.17, 0.22, 0.13. Web safe color of #ddb7ad is #cccc99. Color #ddb7ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 10101101
Octal 335 267 255
Decimal 221 183 173
Hex DD B7 AD

RGB Percentages of Color #ddb7ad

%38.30
%31.72
%29.98

CMYK Percentages of Color #ddb7ad

%0
%17
%22
%13

Triadic Colors of #ddb7ad

#ddb7ad #adddb7 #b7addd

Analogous Colors of #ddb7ad

#ddb7ad #ddcfad #ddadbb

Monochromatic Colors of #ddb7ad

#ddb7ad

Complementary Color

#ddb7ad #add3dd

#ddb7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb7ad Color CSS Codes

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

#ddb7ad Text Font Color

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

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


#ddb7ad Background Color

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

This div background color is #ddb7ad


#ddb7ad Border Color

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

This div border color is #ddb7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb7ad


Comments

No comments written yet.

Please login to write comment.