Color Hex Logo

#ddaeab Color Hex

#DDAEAB
(221,174,171)
0 Favorites   0 Comments

Color spaces of #ddaeab

RGB 221174171
HSL0.010.420.77
HSV23°87°
CMYK 0.000.210.23   0.13
XYZ52.305548.584545.1490
Yxy48.58450.35820.3327
Hunter Lab69.702611.968610.3874
CIE-Lab75.192116.66878.0883

#ddaeab color RGB value is (221,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10101011
Octal 335 256 253
Decimal 221 174 171
Hex DD AE AB

RGB Percentages of Color #ddaeab

%39.05
%30.74
%30.21

CMYK Percentages of Color #ddaeab

%0
%21
%23
%13

Triadic Colors of #ddaeab

#ddaeab #abddae #aeabdd

Analogous Colors of #ddaeab

#ddaeab #ddc7ab #ddabc1

Monochromatic Colors of #ddaeab

#ddaeab

Complementary Color

#ddaeab #abdadd

#ddaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeab Color CSS Codes

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

#ddaeab Text Font Color

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

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


#ddaeab Background Color

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

This div background color is #ddaeab


#ddaeab Border Color

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

This div border color is #ddaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeab


Comments

No comments written yet.

Please login to write comment.