Color Hex Logo

#d3dcaa Color Hex

#D3DCAA
(211,220,170)
0 Favorites   0 Comments

Color spaces of #d3dcaa

RGB 211220170
HSL0.200.420.76
HSV71°23°86°
CMYK 0.040.000.23   0.14
XYZ59.712967.937647.9963
Yxy67.93760.34000.3868
Hunter Lab82.4243-14.926823.1720
CIE-Lab85.9752-11.315623.6084

#d3dcaa color RGB value is (211,220,170).

#d3dcaa hex color red value is 211, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d3dcaa hue: 0.20 , saturation: 0.42 and the lightness value of d3dcaa is 0.76.

The process color (four color CMYK) of #d3dcaa color hex is 0.04, 0.00, 0.23, 0.14. Web safe color of #d3dcaa is #cccc99. Color #d3dcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011100 10101010
Octal 323 334 252
Decimal 211 220 170
Hex D3 DC AA

RGB Percentages of Color #d3dcaa

%35.11
%36.61
%28.29

CMYK Percentages of Color #d3dcaa

%4
%0
%23
%14

Triadic Colors of #d3dcaa

#d3dcaa #aad3dc #dcaad3

Analogous Colors of #d3dcaa

#d3dcaa #badcaa #dcccaa

Monochromatic Colors of #d3dcaa

#d3dcaa

Complementary Color

#d3dcaa #b3aadc

#d3dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dcaa Color CSS Codes

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

#d3dcaa Text Font Color

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

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


#d3dcaa Background Color

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

This div background color is #d3dcaa


#d3dcaa Border Color

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

This div border color is #d3dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dcaa


Comments

No comments written yet.

Please login to write comment.