Color Hex Logo

#d7caaa Color Hex

#D7CAAA
(215,202,170)
0 Favorites   0 Comments

Color spaces of #d7caaa

RGB 215202170
HSL0.120.360.75
HSV43°21°84°
CMYK 0.000.060.21   0.16
XYZ56.400659.590446.5597
Yxy59.59040.34700.3666
Hunter Lab77.1948-4.674118.2759
CIE-Lab81.6150-0.590917.6249

#d7caaa color RGB value is (215,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001010 10101010
Octal 327 312 252
Decimal 215 202 170
Hex D7 CA AA

RGB Percentages of Color #d7caaa

%36.63
%34.41
%28.96

CMYK Percentages of Color #d7caaa

%0
%6
%21
%16

Triadic Colors of #d7caaa

#d7caaa #aad7ca #caaad7

Analogous Colors of #d7caaa

#d7caaa #ced7aa #d7b4aa

Monochromatic Colors of #d7caaa

#d7caaa

Complementary Color

#d7caaa #aab7d7

#d7caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7caaa Color CSS Codes

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

#d7caaa Text Font Color

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

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


#d7caaa Background Color

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

This div background color is #d7caaa


#d7caaa Border Color

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

This div border color is #d7caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7caaa


Comments

No comments written yet.

Please login to write comment.