Color Hex Logo

#ddaaa3 Color Hex

#DDAAA3
(221,170,163)
0 Favorites   0 Comments

Color spaces of #ddaaa3

RGB 221170163
HSL0.020.460.75
HSV26°87°
CMYK 0.000.230.26   0.13
XYZ50.804446.765940.9994
Yxy46.76590.36660.3375
Hunter Lab68.385612.934812.3236
CIE-Lab74.039817.677810.8182

#ddaaa3 color RGB value is (221,170,163).

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

The process color (four color CMYK) of #ddaaa3 color hex is 0.00, 0.23, 0.26, 0.13. Web safe color of #ddaaa3 is #cc9999. Color #ddaaa3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10100011
Octal 335 252 243
Decimal 221 170 163
Hex DD AA A3

RGB Percentages of Color #ddaaa3

%39.89
%30.69
%29.42

CMYK Percentages of Color #ddaaa3

%0
%23
%26
%13

Triadic Colors of #ddaaa3

#ddaaa3 #a3ddaa #aaa3dd

Analogous Colors of #ddaaa3

#ddaaa3 #ddc7a3 #dda3b9

Monochromatic Colors of #ddaaa3

#ddaaa3

Complementary Color

#ddaaa3 #a3d6dd

#ddaaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaaa3 Color CSS Codes

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

#ddaaa3 Text Font Color

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

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


#ddaaa3 Background Color

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

This div background color is #ddaaa3


#ddaaa3 Border Color

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

This div border color is #ddaaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaaa3


Comments

No comments written yet.

Please login to write comment.