Color Hex Logo

#d6db8e Color Hex

#D6DB8E
(214,219,142)
0 Favorites   0 Comments

Color spaces of #d6db8e

RGB 214219142
HSL0.180.520.71
HSV64°35°86°
CMYK 0.020.000.35   0.14
XYZ57.945666.912235.4525
Yxy66.91220.36150.4174
Hunter Lab81.7999-16.703531.5633
CIE-Lab85.4596-13.360137.3386

#d6db8e color RGB value is (214,219,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 10001110
Octal 326 333 216
Decimal 214 219 142
Hex D6 DB 8E

RGB Percentages of Color #d6db8e

%37.22
%38.09
%24.70

CMYK Percentages of Color #d6db8e

%2
%0
%35
%14

Triadic Colors of #d6db8e

#d6db8e #8ed6db #db8ed6

Analogous Colors of #d6db8e

#d6db8e #b0db8e #dbba8e

Monochromatic Colors of #d6db8e

#d6db8e

Complementary Color

#d6db8e #938edb

#d6db8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6db8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6db8e Color CSS Codes

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

#d6db8e Text Font Color

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

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


#d6db8e Background Color

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

This div background color is #d6db8e


#d6db8e Border Color

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

This div border color is #d6db8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6db8e


Comments

No comments written yet.

Please login to write comment.