Color Hex Logo

#d6db96 Color Hex

#D6DB96
(214,219,150)
0 Favorites   0 Comments

Color spaces of #d6db96

RGB 214219150
HSL0.180.490.72
HSV64°32°86°
CMYK 0.020.000.32   0.14
XYZ58.568167.161238.7307
Yxy67.16120.35610.4084
Hunter Lab81.9519-15.848429.3457
CIE-Lab85.5853-12.389133.4388

#d6db96 color RGB value is (214,219,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 10010110
Octal 326 333 226
Decimal 214 219 150
Hex D6 DB 96

RGB Percentages of Color #d6db96

%36.71
%37.56
%25.73

CMYK Percentages of Color #d6db96

%2
%0
%32
%14

Triadic Colors of #d6db96

#d6db96 #96d6db #db96d6

Analogous Colors of #d6db96

#d6db96 #b4db96 #dbbe96

Monochromatic Colors of #d6db96

#d6db96

Complementary Color

#d6db96 #9b96db

#d6db96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6db96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6db96 Color CSS Codes

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

#d6db96 Text Font Color

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

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


#d6db96 Background Color

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

This div background color is #d6db96


#d6db96 Border Color

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

This div border color is #d6db96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6db96


Comments

No comments written yet.

Please login to write comment.