Color Hex Logo

#d8dbaa Color Hex

#D8DBAA
(216,219,170)
0 Favorites   0 Comments

Color spaces of #d8dbaa

RGB 216219170
HSL0.180.400.76
HSV64°22°86°
CMYK 0.010.000.22   0.14
XYZ60.906168.164247.9771
Yxy68.16420.34400.3850
Hunter Lab82.5616-12.802523.3393
CIE-Lab86.0885-8.970223.8240

#d8dbaa color RGB value is (216,219,170).

#d8dbaa hex color red value is 216, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d8dbaa hue: 0.18 , saturation: 0.40 and the lightness value of d8dbaa is 0.76.

The process color (four color CMYK) of #d8dbaa color hex is 0.01, 0.00, 0.22, 0.14. Web safe color of #d8dbaa is #cccc99. Color #d8dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011011 10101010
Octal 330 333 252
Decimal 216 219 170
Hex D8 DB AA

RGB Percentages of Color #d8dbaa

%35.70
%36.20
%28.10

CMYK Percentages of Color #d8dbaa

%1
%0
%22
%14

Triadic Colors of #d8dbaa

#d8dbaa #aad8db #dbaad8

Analogous Colors of #d8dbaa

#d8dbaa #c0dbaa #dbc6aa

Monochromatic Colors of #d8dbaa

#d8dbaa

Complementary Color

#d8dbaa #adaadb

#d8dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dbaa Color CSS Codes

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

#d8dbaa Text Font Color

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

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


#d8dbaa Background Color

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

This div background color is #d8dbaa


#d8dbaa Border Color

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

This div border color is #d8dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dbaa

#d8dbaa Color Palettes


Comments

No comments written yet.

Please login to write comment.