Color Hex Logo

#d0ddac Color Hex

#D0DDAC
(208,221,172)
0 Favorites   0 Comments

Color spaces of #d0ddac

RGB 208221172
HSL0.210.420.77
HSV76°22°87°
CMYK 0.060.000.22   0.13
XYZ59.315368.101449.0484
Yxy68.10140.33610.3859
Hunter Lab82.5236-16.116222.5271
CIE-Lab86.0571-12.621222.6455

#d0ddac color RGB value is (208,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011101 10101100
Octal 320 335 254
Decimal 208 221 172
Hex D0 DD AC

RGB Percentages of Color #d0ddac

%34.61
%36.77
%28.62

CMYK Percentages of Color #d0ddac

%6
%0
%22
%13

Triadic Colors of #d0ddac

#d0ddac #acd0dd #ddacd0

Analogous Colors of #d0ddac

#d0ddac #b8ddac #ddd2ac

Monochromatic Colors of #d0ddac

#d0ddac

Complementary Color

#d0ddac #b9acdd

#d0ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ddac Color CSS Codes

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

#d0ddac Text Font Color

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

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


#d0ddac Background Color

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

This div background color is #d0ddac


#d0ddac Border Color

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

This div border color is #d0ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ddac


Comments

No comments written yet.

Please login to write comment.