Color Hex Logo

#d9cdab Color Hex

#D9CDAB
(217,205,171)
0 Favorites   0 Comments

Color spaces of #d9cdab

RGB 217205171
HSL0.120.380.76
HSV44°21°85°
CMYK 0.000.060.21   0.15
XYZ57.797361.354647.3245
Yxy61.35460.34720.3685
Hunter Lab78.3292-5.365019.0089
CIE-Lab82.5690-1.262718.4491

#d9cdab color RGB value is (217,205,171).

#d9cdab hex color red value is 217, green value is 205 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d9cdab hue: 0.12 , saturation: 0.38 and the lightness value of d9cdab is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001101 10101011
Octal 331 315 253
Decimal 217 205 171
Hex D9 CD AB

RGB Percentages of Color #d9cdab

%36.59
%34.57
%28.84

CMYK Percentages of Color #d9cdab

%0
%6
%21
%15

Triadic Colors of #d9cdab

#d9cdab #abd9cd #cdabd9

Analogous Colors of #d9cdab

#d9cdab #ced9ab #d9b6ab

Monochromatic Colors of #d9cdab

#d9cdab

Complementary Color

#d9cdab #abb7d9

#d9cdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cdab Color CSS Codes

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

#d9cdab Text Font Color

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

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


#d9cdab Background Color

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

This div background color is #d9cdab


#d9cdab Border Color

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

This div border color is #d9cdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cdab


Comments

No comments written yet.

Please login to write comment.