Color Hex Logo

#d7cbaa Color Hex

#D7CBAA
(215,203,170)
0 Favorites   0 Comments

Color spaces of #d7cbaa

RGB 215203170
HSL0.120.360.75
HSV44°21°84°
CMYK 0.000.060.21   0.16
XYZ56.636060.061246.6382
Yxy60.06120.34670.3677
Hunter Lab77.4992-5.176618.5693
CIE-Lab81.8714-1.112317.9823

#d7cbaa color RGB value is (215,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 10101010
Octal 327 313 252
Decimal 215 203 170
Hex D7 CB AA

RGB Percentages of Color #d7cbaa

%36.56
%34.52
%28.91

CMYK Percentages of Color #d7cbaa

%0
%6
%21
%16

Triadic Colors of #d7cbaa

#d7cbaa #aad7cb #cbaad7

Analogous Colors of #d7cbaa

#d7cbaa #cdd7aa #d7b5aa

Monochromatic Colors of #d7cbaa

#d7cbaa

Complementary Color

#d7cbaa #aab6d7

#d7cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbaa Color CSS Codes

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

#d7cbaa Text Font Color

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

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


#d7cbaa Background Color

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

This div background color is #d7cbaa


#d7cbaa Border Color

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

This div border color is #d7cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbaa


Comments

No comments written yet.

Please login to write comment.