Color Hex Logo

#d3ddac Color Hex

#D3DDAC
(211,221,172)
0 Favorites   0 Comments

Color spaces of #d3ddac

RGB 211221172
HSL0.200.420.77
HSV72°22°87°
CMYK 0.050.000.22   0.13
XYZ60.166868.540349.0882
Yxy68.54030.33840.3855
Hunter Lab82.7891-15.156322.7975
CIE-Lab86.2759-11.529322.9812

#d3ddac color RGB value is (211,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011101 10101100
Octal 323 335 254
Decimal 211 221 172
Hex D3 DD AC

RGB Percentages of Color #d3ddac

%34.93
%36.59
%28.48

CMYK Percentages of Color #d3ddac

%5
%0
%22
%13

Triadic Colors of #d3ddac

#d3ddac #acd3dd #ddacd3

Analogous Colors of #d3ddac

#d3ddac #bbddac #ddcfac

Monochromatic Colors of #d3ddac

#d3ddac

Complementary Color

#d3ddac #b6acdd

#d3ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ddac Color CSS Codes

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

#d3ddac Text Font Color

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

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


#d3ddac Background Color

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

This div background color is #d3ddac


#d3ddac Border Color

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

This div border color is #d3ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ddac


Comments

No comments written yet.

Please login to write comment.