Color Hex Logo

#ddaeaa Color Hex

#DDAEAA
(221,174,170)
0 Favorites   0 Comments

Color spaces of #ddaeaa

RGB 221174170
HSL0.010.430.77
HSV23°87°
CMYK 0.000.210.23   0.13
XYZ52.210548.546544.6488
Yxy48.54650.35910.3339
Hunter Lab69.675311.825410.7790
CIE-Lab75.168316.52308.6001

#ddaeaa color RGB value is (221,174,170).

#ddaeaa hex color red value is 221, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ddaeaa hue: 0.01 , saturation: 0.43 and the lightness value of ddaeaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10101010
Octal 335 256 252
Decimal 221 174 170
Hex DD AE AA

RGB Percentages of Color #ddaeaa

%39.12
%30.80
%30.09

CMYK Percentages of Color #ddaeaa

%0
%21
%23
%13

Triadic Colors of #ddaeaa

#ddaeaa #aaddae #aeaadd

Analogous Colors of #ddaeaa

#ddaeaa #ddc8aa #ddaac0

Monochromatic Colors of #ddaeaa

#ddaeaa

Complementary Color

#ddaeaa #aad9dd

#ddaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeaa Color CSS Codes

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

#ddaeaa Text Font Color

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

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


#ddaeaa Background Color

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

This div background color is #ddaeaa


#ddaeaa Border Color

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

This div border color is #ddaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeaa


Comments

No comments written yet.

Please login to write comment.