Color Hex Logo

#d1dcac Color Hex

#D1DCAC
(209,220,172)
0 Favorites   0 Comments

Color spaces of #d1dcac

RGB 209220172
HSL0.200.410.77
HSV74°22°86°
CMYK 0.050.000.22   0.14
XYZ59.334167.720348.9738
Yxy67.72030.33710.3847
Hunter Lab82.2923-15.310222.3200
CIE-Lab85.8664-11.754022.3944

#d1dcac color RGB value is (209,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011100 10101100
Octal 321 334 254
Decimal 209 220 172
Hex D1 DC AC

RGB Percentages of Color #d1dcac

%34.78
%36.61
%28.62

CMYK Percentages of Color #d1dcac

%5
%0
%22
%14

Triadic Colors of #d1dcac

#d1dcac #acd1dc #dcacd1

Analogous Colors of #d1dcac

#d1dcac #b9dcac #dccfac

Monochromatic Colors of #d1dcac

#d1dcac

Complementary Color

#d1dcac #b7acdc

#d1dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dcac Color CSS Codes

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

#d1dcac Text Font Color

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

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


#d1dcac Background Color

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

This div background color is #d1dcac


#d1dcac Border Color

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

This div border color is #d1dcac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,220,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dcac


Comments

No comments written yet.

Please login to write comment.