Color Hex Logo

#d0daaa Color Hex

#D0DAAA
(208,218,170)
0 Favorites   0 Comments

Color spaces of #d0daaa

RGB 208218170
HSL0.200.390.76
HSV73°22°85°
CMYK 0.050.000.22   0.15
XYZ58.339566.455047.7825
Yxy66.45500.33800.3851
Hunter Lab81.5199-14.916922.3114
CIE-Lab85.2280-11.403322.5464

#d0daaa color RGB value is (208,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011010 10101010
Octal 320 332 252
Decimal 208 218 170
Hex D0 DA AA

RGB Percentages of Color #d0daaa

%34.90
%36.58
%28.52

CMYK Percentages of Color #d0daaa

%5
%0
%22
%15

Triadic Colors of #d0daaa

#d0daaa #aad0da #daaad0

Analogous Colors of #d0daaa

#d0daaa #b8daaa #daccaa

Monochromatic Colors of #d0daaa

#d0daaa

Complementary Color

#d0daaa #b4aada

#d0daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0daaa Color CSS Codes

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

#d0daaa Text Font Color

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

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


#d0daaa Background Color

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

This div background color is #d0daaa


#d0daaa Border Color

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

This div border color is #d0daaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,218,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0daaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0daaa


Comments

No comments written yet.

Please login to write comment.