Color Hex Logo

#ddbaa3 Color Hex

#DDBAA3
(221,186,163)
0 Favorites   0 Comments

Color spaces of #ddbaa3

RGB 221186163
HSL0.070.460.75
HSV24°26°87°
CMYK 0.000.160.26   0.13
XYZ53.988653.134342.0608
Yxy53.13430.36190.3562
Hunter Lab72.89334.643316.8138
CIE-Lab77.95429.111516.3315

#ddbaa3 color RGB value is (221,186,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10100011
Octal 335 272 243
Decimal 221 186 163
Hex DD BA A3

RGB Percentages of Color #ddbaa3

%38.77
%32.63
%28.60

CMYK Percentages of Color #ddbaa3

%0
%16
%26
%13

Triadic Colors of #ddbaa3

#ddbaa3 #a3ddba #baa3dd

Analogous Colors of #ddbaa3

#ddbaa3 #ddd7a3 #dda3a9

Monochromatic Colors of #ddbaa3

#ddbaa3

Complementary Color

#ddbaa3 #a3c6dd

#ddbaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaa3 Color CSS Codes

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

#ddbaa3 Text Font Color

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

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


#ddbaa3 Background Color

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

This div background color is #ddbaa3


#ddbaa3 Border Color

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

This div border color is #ddbaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaa3


Comments

No comments written yet.

Please login to write comment.