Color Hex Logo

#d2ddac Color Hex

#D2DDAC
(210,221,172)
0 Favorites   0 Comments

Color spaces of #d2ddac

RGB 210221172
HSL0.200.420.77
HSV73°22°87°
CMYK 0.050.000.22   0.13
XYZ59.881268.393149.0748
Yxy68.39310.33760.3856
Hunter Lab82.7001-15.477622.7070
CIE-Lab86.2026-11.893922.8688

#d2ddac color RGB value is (210,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011101 10101100
Octal 322 335 254
Decimal 210 221 172
Hex D2 DD AC

RGB Percentages of Color #d2ddac

%34.83
%36.65
%28.52

CMYK Percentages of Color #d2ddac

%5
%0
%22
%13

Triadic Colors of #d2ddac

#d2ddac #acd2dd #ddacd2

Analogous Colors of #d2ddac

#d2ddac #baddac #ddd0ac

Monochromatic Colors of #d2ddac

#d2ddac

Complementary Color

#d2ddac #b7acdd

#d2ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ddac Color CSS Codes

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

#d2ddac Text Font Color

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

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


#d2ddac Background Color

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

This div background color is #d2ddac


#d2ddac Border Color

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

This div border color is #d2ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ddac


Comments

No comments written yet.

Please login to write comment.