Color Hex Logo

#d6deae Color Hex

#D6DEAE
(214,222,174)
0 Favorites   0 Comments

Color spaces of #d6deae

RGB 214222174
HSL0.190.420.78
HSV70°22°87°
CMYK 0.040.000.22   0.13
XYZ61.492869.594750.2365
Yxy69.59470.33910.3838
Hunter Lab83.4234-14.415722.6927
CIE-Lab86.7977-10.647422.6943

#d6deae color RGB value is (214,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011110 10101110
Octal 326 336 256
Decimal 214 222 174
Hex D6 DE AE

RGB Percentages of Color #d6deae

%35.08
%36.39
%28.52

CMYK Percentages of Color #d6deae

%4
%0
%22
%13

Triadic Colors of #d6deae

#d6deae #aed6de #deaed6

Analogous Colors of #d6deae

#d6deae #bedeae #deceae

Monochromatic Colors of #d6deae

#d6deae

Complementary Color

#d6deae #b6aede

#d6deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6deae Color CSS Codes

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

#d6deae Text Font Color

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

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


#d6deae Background Color

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

This div background color is #d6deae


#d6deae Border Color

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

This div border color is #d6deae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,222,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 #d6deae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6deae


Comments

No comments written yet.

Please login to write comment.