Color Hex Logo

#d1dcab Color Hex

#D1DCAB
(209,220,171)
0 Favorites   0 Comments

Color spaces of #d1dcab

RGB 209220171
HSL0.200.410.77
HSV73°22°86°
CMYK 0.050.000.22   0.14
XYZ59.238467.682048.4698
Yxy67.68200.33780.3859
Hunter Lab82.2691-15.440722.6569
CIE-Lab85.8472-11.901022.8888

#d1dcab color RGB value is (209,220,171).

#d1dcab hex color red value is 209, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d1dcab hue: 0.20 , saturation: 0.41 and the lightness value of d1dcab is 0.77.

The process color (four color CMYK) of #d1dcab color hex is 0.05, 0.00, 0.22, 0.14. Web safe color of #d1dcab is #cccc99. Color #d1dcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011100 10101011
Octal 321 334 253
Decimal 209 220 171
Hex D1 DC AB

RGB Percentages of Color #d1dcab

%34.83
%36.67
%28.50

CMYK Percentages of Color #d1dcab

%5
%0
%22
%14

Triadic Colors of #d1dcab

#d1dcab #abd1dc #dcabd1

Analogous Colors of #d1dcab

#d1dcab #b9dcab #dccfab

Monochromatic Colors of #d1dcab

#d1dcab

Complementary Color

#d1dcab #b6abdc

#d1dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dcab Color CSS Codes

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

#d1dcab Text Font Color

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

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


#d1dcab Background Color

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

This div background color is #d1dcab


#d1dcab Border Color

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

This div border color is #d1dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dcab


Comments

No comments written yet.

Please login to write comment.