Color Hex Logo

#ddaea0 Color Hex

#DDAEA0
(221,174,160)
0 Favorites   0 Comments

Color spaces of #ddaea0

RGB 221174160
HSL0.040.470.75
HSV14°28°87°
CMYK 0.000.210.28   0.13
XYZ51.300048.182339.8540
Yxy48.18230.36820.3458
Hunter Lab69.413510.446814.5479
CIE-Lab74.939815.113813.7275

#ddaea0 color RGB value is (221,174,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10100000
Octal 335 256 240
Decimal 221 174 160
Hex DD AE A0

RGB Percentages of Color #ddaea0

%39.82
%31.35
%28.83

CMYK Percentages of Color #ddaea0

%0
%21
%28
%13

Triadic Colors of #ddaea0

#ddaea0 #a0ddae #aea0dd

Analogous Colors of #ddaea0

#ddaea0 #ddcda0 #dda0b1

Monochromatic Colors of #ddaea0

#ddaea0

Complementary Color

#ddaea0 #a0cfdd

#ddaea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaea0 Color CSS Codes

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

#ddaea0 Text Font Color

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

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


#ddaea0 Background Color

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

This div background color is #ddaea0


#ddaea0 Border Color

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

This div border color is #ddaea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaea0


Comments

No comments written yet.

Please login to write comment.