Color Hex Logo

#ddb5ac Color Hex

#DDB5AC
(221,181,172)
0 Favorites   0 Comments

Color spaces of #ddb5ac

RGB 221181172
HSL0.030.420.77
HSV11°22°87°
CMYK 0.000.180.22   0.13
XYZ53.789151.398546.1156
Yxy51.39850.35550.3397
Hunter Lab71.69278.461312.0473
CIE-Lab76.919813.059710.0102

#ddb5ac color RGB value is (221,181,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 10101100
Octal 335 265 254
Decimal 221 181 172
Hex DD B5 AC

RGB Percentages of Color #ddb5ac

%38.50
%31.53
%29.97

CMYK Percentages of Color #ddb5ac

%0
%18
%22
%13

Triadic Colors of #ddb5ac

#ddb5ac #acddb5 #b5acdd

Analogous Colors of #ddb5ac

#ddb5ac #ddceac #ddacbc

Monochromatic Colors of #ddb5ac

#ddb5ac

Complementary Color

#ddb5ac #acd4dd

#ddb5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb5ac Color CSS Codes

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

#ddb5ac Text Font Color

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

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


#ddb5ac Background Color

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

This div background color is #ddb5ac


#ddb5ac Border Color

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

This div border color is #ddb5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb5ac


Comments

No comments written yet.

Please login to write comment.