Color Hex Logo

#d6dbae Color Hex

#D6DBAE
(214,219,174)
0 Favorites   0 Comments

Color spaces of #d6dbae

RGB 214219174
HSL0.190.380.77
HSV67°21°86°
CMYK 0.020.000.21   0.14
XYZ60.703168.015249.9732
Yxy68.01520.33970.3806
Hunter Lab82.4713-12.939721.8034
CIE-Lab86.0140-9.128821.6136

#d6dbae color RGB value is (214,219,174).

#d6dbae hex color red value is 214, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d6dbae hue: 0.19 , saturation: 0.38 and the lightness value of d6dbae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 10101110
Octal 326 333 256
Decimal 214 219 174
Hex D6 DB AE

RGB Percentages of Color #d6dbae

%35.26
%36.08
%28.67

CMYK Percentages of Color #d6dbae

%2
%0
%21
%14

Triadic Colors of #d6dbae

#d6dbae #aed6db #dbaed6

Analogous Colors of #d6dbae

#d6dbae #c0dbae #dbcaae

Monochromatic Colors of #d6dbae

#d6dbae

Complementary Color

#d6dbae #b3aedb

#d6dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dbae Color CSS Codes

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

#d6dbae Text Font Color

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

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


#d6dbae Background Color

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

This div background color is #d6dbae


#d6dbae Border Color

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

This div border color is #d6dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dbae


Comments

No comments written yet.

Please login to write comment.