Color Hex Logo

#d6db97 Color Hex

#D6DB97
(214,219,151)
0 Favorites   0 Comments

Color spaces of #d6db97

RGB 214219151
HSL0.180.490.73
HSV64°31°86°
CMYK 0.020.000.31   0.14
XYZ58.649067.193539.1567
Yxy67.19350.35550.4072
Hunter Lab81.9716-15.737329.0582
CIE-Lab85.6016-12.263532.9492

#d6db97 color RGB value is (214,219,151).

#d6db97 hex color red value is 214, green value is 219 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d6db97 hue: 0.18 , saturation: 0.49 and the lightness value of d6db97 is 0.73.

The process color (four color CMYK) of #d6db97 color hex is 0.02, 0.00, 0.31, 0.14. Web safe color of #d6db97 is #cccc99. Color #d6db97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 10010111
Octal 326 333 227
Decimal 214 219 151
Hex D6 DB 97

RGB Percentages of Color #d6db97

%36.64
%37.50
%25.86

CMYK Percentages of Color #d6db97

%2
%0
%31
%14

Triadic Colors of #d6db97

#d6db97 #97d6db #db97d6

Analogous Colors of #d6db97

#d6db97 #b4db97 #dbbe97

Monochromatic Colors of #d6db97

#d6db97

Complementary Color

#d6db97 #9c97db

#d6db97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6db97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6db97 Color CSS Codes

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

#d6db97 Text Font Color

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

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


#d6db97 Background Color

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

This div background color is #d6db97


#d6db97 Border Color

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

This div border color is #d6db97


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,219,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6db97


Comments

No comments written yet.

Please login to write comment.