Color Hex Logo

#d6db95 Color Hex

#D6DB95
(214,219,149)
0 Favorites   0 Comments

Color spaces of #d6db95

RGB 214219149
HSL0.180.490.72
HSV64°32°86°
CMYK 0.020.000.32   0.14
XYZ58.487967.129138.3083
Yxy67.12910.35680.4095
Hunter Lab81.9324-15.958329.6310
CIE-Lab85.5691-12.513733.9279

#d6db95 color RGB value is (214,219,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 10010101
Octal 326 333 225
Decimal 214 219 149
Hex D6 DB 95

RGB Percentages of Color #d6db95

%36.77
%37.63
%25.60

CMYK Percentages of Color #d6db95

%2
%0
%32
%14

Triadic Colors of #d6db95

#d6db95 #95d6db #db95d6

Analogous Colors of #d6db95

#d6db95 #b3db95 #dbbd95

Monochromatic Colors of #d6db95

#d6db95

Complementary Color

#d6db95 #9a95db

#d6db95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6db95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6db95 Color CSS Codes

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

#d6db95 Text Font Color

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

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


#d6db95 Background Color

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

This div background color is #d6db95


#d6db95 Border Color

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

This div border color is #d6db95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6db95


Comments

No comments written yet.

Please login to write comment.