Color Hex Logo

#d2cdab Color Hex

#D2CDAB
(210,205,171)
0 Favorites   0 Comments

Color spaces of #d2cdab

RGB 210205171
HSL0.150.300.75
HSV52°19°82°
CMYK 0.000.020.19   0.18
XYZ55.760360.304647.2291
Yxy60.30460.34150.3693
Hunter Lab77.6560-7.727618.3000
CIE-Lab82.0035-3.861217.5759

#d2cdab color RGB value is (210,205,171).

#d2cdab hex color red value is 210, green value is 205 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d2cdab hue: 0.15 , saturation: 0.30 and the lightness value of d2cdab is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001101 10101011
Octal 322 315 253
Decimal 210 205 171
Hex D2 CD AB

RGB Percentages of Color #d2cdab

%35.84
%34.98
%29.18

CMYK Percentages of Color #d2cdab

%0
%2
%19
%18

Triadic Colors of #d2cdab

#d2cdab #abd2cd #cdabd2

Analogous Colors of #d2cdab

#d2cdab #c4d2ab #d2baab

Monochromatic Colors of #d2cdab

#d2cdab

Complementary Color

#d2cdab #abb0d2

#d2cdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cdab Color CSS Codes

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

#d2cdab Text Font Color

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

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


#d2cdab Background Color

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

This div background color is #d2cdab


#d2cdab Border Color

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

This div border color is #d2cdab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,205,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2cdab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cdab


Comments

No comments written yet.

Please login to write comment.