Color Hex Logo

#d2daac Color Hex

#D2DAAC
(210,218,172)
0 Favorites   0 Comments

Color spaces of #d2daac

RGB 210218172
HSL0.200.380.76
HSV70°21°85°
CMYK 0.040.000.21   0.15
XYZ59.096166.823048.8132
Yxy66.82300.33820.3824
Hunter Lab81.7453-14.011521.8175
CIE-Lab85.4145-10.378221.7829

#d2daac color RGB value is (210,218,172).

#d2daac hex color red value is 210, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d2daac hue: 0.20 , saturation: 0.38 and the lightness value of d2daac is 0.76.

The process color (four color CMYK) of #d2daac color hex is 0.04, 0.00, 0.21, 0.15. Web safe color of #d2daac is #cccc99. Color #d2daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011010 10101100
Octal 322 332 254
Decimal 210 218 172
Hex D2 DA AC

RGB Percentages of Color #d2daac

%35.00
%36.33
%28.67

CMYK Percentages of Color #d2daac

%4
%0
%21
%15

Triadic Colors of #d2daac

#d2daac #acd2da #daacd2

Analogous Colors of #d2daac

#d2daac #bbdaac #dacbac

Monochromatic Colors of #d2daac

#d2daac

Complementary Color

#d2daac #b4acda

#d2daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2daac Color CSS Codes

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

#d2daac Text Font Color

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

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


#d2daac Background Color

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

This div background color is #d2daac


#d2daac Border Color

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

This div border color is #d2daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2daac


Comments

No comments written yet.

Please login to write comment.