Color Hex Logo

#d49cac Color Hex

#D49CAC
(212,156,172)
0 Favorites   0 Comments

Color spaces of #d49cac

RGB 212156172
HSL0.950.390.72
HSV343°26°83°
CMYK 0.000.260.19   0.17
XYZ46.486240.752544.4457
Yxy40.75250.35300.3095
Hunter Lab63.837718.26663.4069
CIE-Lab70.002223.2426-0.0814

#d49cac color RGB value is (212,156,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011100 10101100
Octal 324 234 254
Decimal 212 156 172
Hex D4 9C AC

RGB Percentages of Color #d49cac

%39.26
%28.89
%31.85

CMYK Percentages of Color #d49cac

%0
%26
%19
%17

Triadic Colors of #d49cac

#d49cac #acd49c #9cacd4

Analogous Colors of #d49cac

#d49cac #d4a89c #d49cc8

Monochromatic Colors of #d49cac

#d49cac

Complementary Color

#d49cac #9cd4c4

#d49cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49cac Color CSS Codes

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

#d49cac Text Font Color

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

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


#d49cac Background Color

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

This div background color is #d49cac


#d49cac Border Color

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

This div border color is #d49cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,156,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49cac


Comments

No comments written yet.

Please login to write comment.