Color Hex Logo

#dddba2 Color Hex

#DDDBA2
(221,219,162)
0 Favorites   0 Comments

Color spaces of #dddba2

RGB 221219162
HSL0.160.460.75
HSV58°27°87°
CMYK 0.000.010.27   0.13
XYZ61.671968.643844.1815
Yxy68.64380.35340.3934
Hunter Lab82.8516-12.120826.3790
CIE-Lab86.3274-8.200728.3600

#dddba2 color RGB value is (221,219,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10100010
Octal 335 333 242
Decimal 221 219 162
Hex DD DB A2

RGB Percentages of Color #dddba2

%36.71
%36.38
%26.91

CMYK Percentages of Color #dddba2

%0
%1
%27
%13

Triadic Colors of #dddba2

#dddba2 #a2dddb #dba2dd

Analogous Colors of #dddba2

#dddba2 #c2dda2 #ddbea2

Monochromatic Colors of #dddba2

#dddba2

Complementary Color

#dddba2 #a2a4dd

#dddba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddba2 Color CSS Codes

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

#dddba2 Text Font Color

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

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


#dddba2 Background Color

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

This div background color is #dddba2


#dddba2 Border Color

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

This div border color is #dddba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddba2


Comments

No comments written yet.

Please login to write comment.