Color Hex Logo

#d2ccab Color Hex

#D2CCAB
(210,204,171)
0 Favorites   0 Comments

Color spaces of #d2ccab

RGB 210204171
HSL0.140.300.75
HSV51°19°82°
CMYK 0.000.030.19   0.18
XYZ55.521959.827647.1496
Yxy59.82760.34170.3682
Hunter Lab77.3483-7.229318.0021
CIE-Lab81.7444-3.341817.2142

#d2ccab color RGB value is (210,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001100 10101011
Octal 322 314 253
Decimal 210 204 171
Hex D2 CC AB

RGB Percentages of Color #d2ccab

%35.90
%34.87
%29.23

CMYK Percentages of Color #d2ccab

%0
%3
%19
%18

Triadic Colors of #d2ccab

#d2ccab #abd2cc #ccabd2

Analogous Colors of #d2ccab

#d2ccab #c5d2ab #d2b9ab

Monochromatic Colors of #d2ccab

#d2ccab

Complementary Color

#d2ccab #abb1d2

#d2ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ccab Color CSS Codes

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

#d2ccab Text Font Color

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

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


#d2ccab Background Color

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

This div background color is #d2ccab


#d2ccab Border Color

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

This div border color is #d2ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ccab

#d2ccab Color Palettes


Comments

No comments written yet.

Please login to write comment.