Color Hex Logo

#d6dfa7 Color Hex

#D6DFA7
(214,223,167)
0 Favorites   0 Comments

Color spaces of #d6dfa7

RGB 214223167
HSL0.190.470.76
HSV70°25°87°
CMYK 0.040.000.25   0.13
XYZ61.094369.861546.8238
Yxy69.86150.34370.3930
Hunter Lab83.5832-15.797825.2936
CIE-Lab86.9289-12.149126.5023

#d6dfa7 color RGB value is (214,223,167).

#d6dfa7 hex color red value is 214, green value is 223 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #d6dfa7 hue: 0.19 , saturation: 0.47 and the lightness value of d6dfa7 is 0.76.

The process color (four color CMYK) of #d6dfa7 color hex is 0.04, 0.00, 0.25, 0.13. Web safe color of #d6dfa7 is #cccc99. Color #d6dfa7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011111 10100111
Octal 326 337 247
Decimal 214 223 167
Hex D6 DF A7

RGB Percentages of Color #d6dfa7

%35.43
%36.92
%27.65

CMYK Percentages of Color #d6dfa7

%4
%0
%25
%13

Triadic Colors of #d6dfa7

#d6dfa7 #a7d6df #dfa7d6

Analogous Colors of #d6dfa7

#d6dfa7 #badfa7 #dfcca7

Monochromatic Colors of #d6dfa7

#d6dfa7

Complementary Color

#d6dfa7 #b0a7df

#d6dfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dfa7 Color CSS Codes

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

#d6dfa7 Text Font Color

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

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


#d6dfa7 Background Color

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

This div background color is #d6dfa7


#d6dfa7 Border Color

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

This div border color is #d6dfa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dfa7


Comments

No comments written yet.

Please login to write comment.