Color Hex Logo

#d7cdaa Color Hex

#D7CDAA
(215,205,170)
0 Favorites   0 Comments

Color spaces of #d7cdaa

RGB 215205170
HSL0.130.360.75
HSV47°21°84°
CMYK 0.000.050.21   0.16
XYZ57.111461.012046.7966
Yxy61.01200.34630.3699
Hunter Lab78.1102-6.179919.1559
CIE-Lab82.3852-2.152818.6976

#d7cdaa color RGB value is (215,205,170).

#d7cdaa hex color red value is 215, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d7cdaa hue: 0.13 , saturation: 0.36 and the lightness value of d7cdaa is 0.75.

The process color (four color CMYK) of #d7cdaa color hex is 0.00, 0.05, 0.21, 0.16. Web safe color of #d7cdaa is #cccc99. Color #d7cdaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001101 10101010
Octal 327 315 252
Decimal 215 205 170
Hex D7 CD AA

RGB Percentages of Color #d7cdaa

%36.44
%34.75
%28.81

CMYK Percentages of Color #d7cdaa

%0
%5
%21
%16

Triadic Colors of #d7cdaa

#d7cdaa #aad7cd #cdaad7

Analogous Colors of #d7cdaa

#d7cdaa #cbd7aa #d7b7aa

Monochromatic Colors of #d7cdaa

#d7cdaa

Complementary Color

#d7cdaa #aab4d7

#d7cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cdaa Color CSS Codes

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

#d7cdaa Text Font Color

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

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


#d7cdaa Background Color

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

This div background color is #d7cdaa


#d7cdaa Border Color

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

This div border color is #d7cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cdaa


Comments

No comments written yet.

Please login to write comment.