Color Hex Logo

#d49baa Color Hex

#D49BAA
(212,155,170)
0 Favorites   0 Comments

Color spaces of #d49baa

RGB 212155170
HSL0.960.400.72
HSV344°27°83°
CMYK 0.000.270.20   0.17
XYZ46.128440.342043.3858
Yxy40.34200.35520.3107
Hunter Lab63.515418.48483.9612
CIE-Lab69.712423.47820.6078

#d49baa color RGB value is (212,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011011 10101010
Octal 324 233 252
Decimal 212 155 170
Hex D4 9B AA

RGB Percentages of Color #d49baa

%39.48
%28.86
%31.66

CMYK Percentages of Color #d49baa

%0
%27
%20
%17

Triadic Colors of #d49baa

#d49baa #aad49b #9baad4

Analogous Colors of #d49baa

#d49baa #d4a99b #d49bc7

Monochromatic Colors of #d49baa

#d49baa

Complementary Color

#d49baa #9bd4c5

#d49baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49baa Color CSS Codes

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

#d49baa Text Font Color

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

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


#d49baa Background Color

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

This div background color is #d49baa


#d49baa Border Color

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

This div border color is #d49baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49baa


Comments

No comments written yet.

Please login to write comment.