Color Hex Logo

#d3baaa Color Hex

#D3BAAA
(211,186,170)
0 Favorites   0 Comments

Color spaces of #d3baaa

RGB 211186170
HSL0.070.320.75
HSV23°19°83°
CMYK 0.000.120.19   0.17
XYZ51.678651.869045.3182
Yxy51.86900.34710.3484
Hunter Lab72.02012.048813.1063
CIE-Lab77.20246.359911.3683

#d3baaa color RGB value is (211,186,170).

#d3baaa hex color red value is 211, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d3baaa hue: 0.07 , saturation: 0.32 and the lightness value of d3baaa is 0.75.

The process color (four color CMYK) of #d3baaa color hex is 0.00, 0.12, 0.19, 0.17. Web safe color of #d3baaa is #cccc99. Color #d3baaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111010 10101010
Octal 323 272 252
Decimal 211 186 170
Hex D3 BA AA

RGB Percentages of Color #d3baaa

%37.21
%32.80
%29.98

CMYK Percentages of Color #d3baaa

%0
%12
%19
%17

Triadic Colors of #d3baaa

#d3baaa #aad3ba #baaad3

Analogous Colors of #d3baaa

#d3baaa #d3cfaa #d3aaaf

Monochromatic Colors of #d3baaa

#d3baaa

Complementary Color

#d3baaa #aac3d3

#d3baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3baaa Color CSS Codes

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

#d3baaa Text Font Color

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

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


#d3baaa Background Color

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

This div background color is #d3baaa


#d3baaa Border Color

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

This div border color is #d3baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3baaa


Comments

No comments written yet.

Please login to write comment.