Color Hex Logo

#ddaca3 Color Hex

#DDACA3
(221,172,163)
0 Favorites   0 Comments

Color spaces of #ddaca3

RGB 221172163
HSL0.030.460.75
HSV26°87°
CMYK 0.000.220.26   0.13
XYZ51.182247.521541.1253
Yxy47.52150.36600.3399
Hunter Lab68.935811.891612.8842
CIE-Lab74.522116.602111.5021

#ddaca3 color RGB value is (221,172,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10100011
Octal 335 254 243
Decimal 221 172 163
Hex DD AC A3

RGB Percentages of Color #ddaca3

%39.75
%30.94
%29.32

CMYK Percentages of Color #ddaca3

%0
%22
%26
%13

Triadic Colors of #ddaca3

#ddaca3 #a3ddac #aca3dd

Analogous Colors of #ddaca3

#ddaca3 #ddc9a3 #dda3b7

Monochromatic Colors of #ddaca3

#ddaca3

Complementary Color

#ddaca3 #a3d4dd

#ddaca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaca3 Color CSS Codes

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

#ddaca3 Text Font Color

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

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


#ddaca3 Background Color

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

This div background color is #ddaca3


#ddaca3 Border Color

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

This div border color is #ddaca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaca3


Comments

No comments written yet.

Please login to write comment.