Color Hex Logo

#d5daac Color Hex

#D5DAAC
(213,218,172)
0 Favorites   0 Comments

Color spaces of #d5daac

RGB 213218172
HSL0.180.380.76
HSV67°21°85°
CMYK 0.020.000.21   0.15
XYZ59.958467.267548.8535
Yxy67.26750.34050.3820
Hunter Lab82.0168-13.036822.0955
CIE-Lab85.6389-9.279622.1276

#d5daac color RGB value is (213,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011010 10101100
Octal 325 332 254
Decimal 213 218 172
Hex D5 DA AC

RGB Percentages of Color #d5daac

%35.32
%36.15
%28.52

CMYK Percentages of Color #d5daac

%2
%0
%21
%15

Triadic Colors of #d5daac

#d5daac #acd5da #daacd5

Analogous Colors of #d5daac

#d5daac #bedaac #dac8ac

Monochromatic Colors of #d5daac

#d5daac

Complementary Color

#d5daac #b1acda

#d5daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5daac Color CSS Codes

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

#d5daac Text Font Color

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

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


#d5daac Background Color

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

This div background color is #d5daac


#d5daac Border Color

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

This div border color is #d5daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5daac


Comments

No comments written yet.

Please login to write comment.