Color Hex Logo

#d2cbaa Color Hex

#D2CBAA
(210,203,170)
0 Favorites   0 Comments

Color spaces of #d2cbaa

RGB 210203170
HSL0.140.310.75
HSV50°19°82°
CMYK 0.000.030.19   0.18
XYZ55.190059.315846.5705
Yxy59.31580.34260.3682
Hunter Lab77.0168-6.866718.0602
CIE-Lab81.4649-2.971517.3543

#d2cbaa color RGB value is (210,203,170).

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

The process color (four color CMYK) of #d2cbaa color hex is 0.00, 0.03, 0.19, 0.18. Web safe color of #d2cbaa is #cccc99. Color #d2cbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001011 10101010
Octal 322 313 252
Decimal 210 203 170
Hex D2 CB AA

RGB Percentages of Color #d2cbaa

%36.02
%34.82
%29.16

CMYK Percentages of Color #d2cbaa

%0
%3
%19
%18

Triadic Colors of #d2cbaa

#d2cbaa #aad2cb #cbaad2

Analogous Colors of #d2cbaa

#d2cbaa #c5d2aa #d2b7aa

Monochromatic Colors of #d2cbaa

#d2cbaa

Complementary Color

#d2cbaa #aab1d2

#d2cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cbaa Color CSS Codes

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

#d2cbaa Text Font Color

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

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


#d2cbaa Background Color

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

This div background color is #d2cbaa


#d2cbaa Border Color

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

This div border color is #d2cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cbaa


Comments

No comments written yet.

Please login to write comment.