Color Hex Logo

#ddaea3 Color Hex

#DDAEA3
(221,174,163)
0 Favorites   0 Comments

Color spaces of #ddaea3

RGB 221174163
HSL0.030.460.75
HSV11°26°87°
CMYK 0.000.210.26   0.13
XYZ51.565748.288641.2532
Yxy48.28860.36540.3422
Hunter Lab69.490010.850113.4451
CIE-Lab75.006615.527312.1877

#ddaea3 color RGB value is (221,174,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10100011
Octal 335 256 243
Decimal 221 174 163
Hex DD AE A3

RGB Percentages of Color #ddaea3

%39.61
%31.18
%29.21

CMYK Percentages of Color #ddaea3

%0
%21
%26
%13

Triadic Colors of #ddaea3

#ddaea3 #a3ddae #aea3dd

Analogous Colors of #ddaea3

#ddaea3 #ddcba3 #dda3b5

Monochromatic Colors of #ddaea3

#ddaea3

Complementary Color

#ddaea3 #a3d2dd

#ddaea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaea3 Color CSS Codes

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

#ddaea3 Text Font Color

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

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


#ddaea3 Background Color

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

This div background color is #ddaea3


#ddaea3 Border Color

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

This div border color is #ddaea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaea3


Comments

No comments written yet.

Please login to write comment.