Color Hex Logo

#d49daa Color Hex

#D49DAA
(212,157,170)
0 Favorites   0 Comments

Color spaces of #d49daa

RGB 212157170
HSL0.960.390.72
HSV346°26°83°
CMYK 0.000.260.20   0.17
XYZ46.464041.013343.4976
Yxy41.01330.35480.3131
Hunter Lab64.041617.43394.5589
CIE-Lab70.185222.39081.2967

#d49daa color RGB value is (212,157,170).

#d49daa hex color red value is 212, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d49daa hue: 0.96 , saturation: 0.39 and the lightness value of d49daa is 0.72.

The process color (four color CMYK) of #d49daa color hex is 0.00, 0.26, 0.20, 0.17. Web safe color of #d49daa is #cc9999. Color #d49daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011101 10101010
Octal 324 235 252
Decimal 212 157 170
Hex D4 9D AA

RGB Percentages of Color #d49daa

%39.33
%29.13
%31.54

CMYK Percentages of Color #d49daa

%0
%26
%20
%17

Triadic Colors of #d49daa

#d49daa #aad49d #9daad4

Analogous Colors of #d49daa

#d49daa #d4ac9d #d49dc6

Monochromatic Colors of #d49daa

#d49daa

Complementary Color

#d49daa #9dd4c7

#d49daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49daa Color CSS Codes

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

#d49daa Text Font Color

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

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


#d49daa Background Color

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

This div background color is #d49daa


#d49daa Border Color

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

This div border color is #d49daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49daa


Comments

No comments written yet.

Please login to write comment.