Color Hex Logo

#d49cab Color Hex

#D49CAB
(212,156,171)
0 Favorites   0 Comments

Color spaces of #d49cab

RGB 212156171
HSL0.960.390.72
HSV344°26°83°
CMYK 0.000.260.19   0.17
XYZ46.390540.714343.9417
Yxy40.71430.35400.3107
Hunter Lab63.807818.11223.8349
CIE-Lab69.975323.08800.4351

#d49cab color RGB value is (212,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011100 10101011
Octal 324 234 253
Decimal 212 156 171
Hex D4 9C AB

RGB Percentages of Color #d49cab

%39.33
%28.94
%31.73

CMYK Percentages of Color #d49cab

%0
%26
%19
%17

Triadic Colors of #d49cab

#d49cab #abd49c #9cabd4

Analogous Colors of #d49cab

#d49cab #d4a99c #d49cc7

Monochromatic Colors of #d49cab

#d49cab

Complementary Color

#d49cab #9cd4c5

#d49cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49cab Color CSS Codes

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

#d49cab Text Font Color

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

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


#d49cab Background Color

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

This div background color is #d49cab


#d49cab Border Color

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

This div border color is #d49cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49cab


Comments

No comments written yet.

Please login to write comment.