Color Hex Logo

#dddba4 Color Hex

#DDDBA4
(221,219,164)
0 Favorites   0 Comments

Color spaces of #dddba4

RGB 221219164
HSL0.160.460.75
HSV58°26°87°
CMYK 0.000.010.26   0.13
XYZ61.851268.715545.1255
Yxy68.71550.35200.3911
Hunter Lab82.8948-11.879825.7506
CIE-Lab86.3630-7.935127.3743

#dddba4 color RGB value is (221,219,164).

#dddba4 hex color red value is 221, green value is 219 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dddba4 hue: 0.16 , saturation: 0.46 and the lightness value of dddba4 is 0.75.

The process color (four color CMYK) of #dddba4 color hex is 0.00, 0.01, 0.26, 0.13. Web safe color of #dddba4 is #cccc99. Color #dddba4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10100100
Octal 335 333 244
Decimal 221 219 164
Hex DD DB A4

RGB Percentages of Color #dddba4

%36.59
%36.26
%27.15

CMYK Percentages of Color #dddba4

%0
%1
%26
%13

Triadic Colors of #dddba4

#dddba4 #a4dddb #dba4dd

Analogous Colors of #dddba4

#dddba4 #c3dda4 #ddbfa4

Monochromatic Colors of #dddba4

#dddba4

Complementary Color

#dddba4 #a4a6dd

#dddba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddba4 Color CSS Codes

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

#dddba4 Text Font Color

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

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


#dddba4 Background Color

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

This div background color is #dddba4


#dddba4 Border Color

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

This div border color is #dddba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddba4


Comments

No comments written yet.

Please login to write comment.