Color Hex Logo

#d7dcaa Color Hex

#D7DCAA
(215,220,170)
0 Favorites   0 Comments

Color spaces of #d7dcaa

RGB 215220170
HSL0.180.420.76
HSV66°23°86°
CMYK 0.020.000.23   0.14
XYZ60.873268.535848.0506
Yxy68.53580.34300.3862
Hunter Lab82.7864-13.624223.5375
CIE-Lab86.2737-9.846024.0656

#d7dcaa color RGB value is (215,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011100 10101010
Octal 327 334 252
Decimal 215 220 170
Hex D7 DC AA

RGB Percentages of Color #d7dcaa

%35.54
%36.36
%28.10

CMYK Percentages of Color #d7dcaa

%2
%0
%23
%14

Triadic Colors of #d7dcaa

#d7dcaa #aad7dc #dcaad7

Analogous Colors of #d7dcaa

#d7dcaa #bedcaa #dcc8aa

Monochromatic Colors of #d7dcaa

#d7dcaa

Complementary Color

#d7dcaa #afaadc

#d7dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dcaa Color CSS Codes

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

#d7dcaa Text Font Color

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

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


#d7dcaa Background Color

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

This div background color is #d7dcaa


#d7dcaa Border Color

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

This div border color is #d7dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dcaa


Comments

No comments written yet.

Please login to write comment.