Color Hex Logo

#dd9cab Color Hex

#DD9CAB
(221,156,171)
0 Favorites   0 Comments

Color spaces of #dd9cab

RGB 221156171
HSL0.960.490.74
HSV346°29°87°
CMYK 0.000.290.23   0.13
XYZ49.057942.089444.0665
Yxy42.08940.36280.3113
Hunter Lab64.876321.44375.1414
CIE-Lab70.932526.36711.9457

#dd9cab color RGB value is (221,156,171).

#dd9cab hex color red value is 221, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dd9cab hue: 0.96 , saturation: 0.49 and the lightness value of dd9cab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 10101011
Octal 335 234 253
Decimal 221 156 171
Hex DD 9C AB

RGB Percentages of Color #dd9cab

%40.33
%28.47
%31.20

CMYK Percentages of Color #dd9cab

%0
%29
%23
%13

Triadic Colors of #dd9cab

#dd9cab #abdd9c #9cabdd

Analogous Colors of #dd9cab

#dd9cab #ddae9c #dd9ccc

Monochromatic Colors of #dd9cab

#dd9cab

Complementary Color

#dd9cab #9cddce

#dd9cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9cab Color CSS Codes

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

#dd9cab Text Font Color

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

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


#dd9cab Background Color

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

This div background color is #dd9cab


#dd9cab Border Color

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

This div border color is #dd9cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9cab


Comments

No comments written yet.

Please login to write comment.