Color Hex Logo

#ddaea1 Color Hex

#DDAEA1
(221,174,161)
0 Favorites   0 Comments

Color spaces of #ddaea1

RGB 221174161
HSL0.040.470.75
HSV13°27°87°
CMYK 0.000.210.27   0.13
XYZ51.387948.217540.3167
Yxy48.21750.36730.3446
Hunter Lab69.438810.580214.1830
CIE-Lab74.961915.250713.2142

#ddaea1 color RGB value is (221,174,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10100001
Octal 335 256 241
Decimal 221 174 161
Hex DD AE A1

RGB Percentages of Color #ddaea1

%39.75
%31.29
%28.96

CMYK Percentages of Color #ddaea1

%0
%21
%27
%13

Triadic Colors of #ddaea1

#ddaea1 #a1ddae #aea1dd

Analogous Colors of #ddaea1

#ddaea1 #ddcca1 #dda1b2

Monochromatic Colors of #ddaea1

#ddaea1

Complementary Color

#ddaea1 #a1d0dd

#ddaea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaea1 Color CSS Codes

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

#ddaea1 Text Font Color

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

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


#ddaea1 Background Color

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

This div background color is #ddaea1


#ddaea1 Border Color

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

This div border color is #ddaea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaea1


Comments

No comments written yet.

Please login to write comment.