Color Hex Logo

#d49caa Color Hex

#D49CAA
(212,156,170)
0 Favorites   0 Comments

Color spaces of #d49caa

RGB 212156170
HSL0.960.390.72
HSV345°26°83°
CMYK 0.000.260.20   0.17
XYZ46.295540.676343.4415
Yxy40.67630.35500.3119
Hunter Lab63.778017.95914.2600
CIE-Lab69.948522.93440.9520

#d49caa color RGB value is (212,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011100 10101010
Octal 324 234 252
Decimal 212 156 170
Hex D4 9C AA

RGB Percentages of Color #d49caa

%39.41
%29.00
%31.60

CMYK Percentages of Color #d49caa

%0
%26
%20
%17

Triadic Colors of #d49caa

#d49caa #aad49c #9caad4

Analogous Colors of #d49caa

#d49caa #d4aa9c #d49cc6

Monochromatic Colors of #d49caa

#d49caa

Complementary Color

#d49caa #9cd4c6

#d49caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49caa Color CSS Codes

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

#d49caa Text Font Color

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

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


#d49caa Background Color

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

This div background color is #d49caa


#d49caa Border Color

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

This div border color is #d49caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49caa

#d49caa Color Palettes


Comments

No comments written yet.

Please login to write comment.