Color Hex Logo

#ddba9f Color Hex

#DDBA9F
(221,186,159)
0 Favorites   0 Comments

Color spaces of #ddba9f

RGB 221186159
HSL0.070.480.75
HSV26°28°87°
CMYK 0.000.160.28   0.13
XYZ53.635752.993240.2027
Yxy52.99320.36530.3609
Hunter Lab72.79644.123318.2139
CIE-Lab77.87108.566118.3653

#ddba9f color RGB value is (221,186,159).

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

The process color (four color CMYK) of #ddba9f color hex is 0.00, 0.16, 0.28, 0.13. Web safe color of #ddba9f is #cccc99. Color #ddba9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10011111
Octal 335 272 237
Decimal 221 186 159
Hex DD BA 9F

RGB Percentages of Color #ddba9f

%39.05
%32.86
%28.09

CMYK Percentages of Color #ddba9f

%0
%16
%28
%13

Triadic Colors of #ddba9f

#ddba9f #9fddba #ba9fdd

Analogous Colors of #ddba9f

#ddba9f #ddd99f #dd9fa3

Monochromatic Colors of #ddba9f

#ddba9f

Complementary Color

#ddba9f #9fc2dd

#ddba9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba9f Color CSS Codes

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

#ddba9f Text Font Color

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

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


#ddba9f Background Color

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

This div background color is #ddba9f


#ddba9f Border Color

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

This div border color is #ddba9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba9f


Comments

No comments written yet.

Please login to write comment.