Color Hex Logo

#d6cdae Color Hex

#D6CDAE
(214,205,174)
0 Favorites   0 Comments

Color spaces of #d6cdae

RGB 214205174
HSL0.130.330.76
HSV47°19°84°
CMYK 0.000.040.19   0.16
XYZ57.202961.014848.8065
Yxy61.01480.34250.3653
Hunter Lab78.1120-5.977017.6324
CIE-Lab82.3867-1.934116.5696

#d6cdae color RGB value is (214,205,174).

#d6cdae hex color red value is 214, green value is 205 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d6cdae hue: 0.13 , saturation: 0.33 and the lightness value of d6cdae is 0.76.

The process color (four color CMYK) of #d6cdae color hex is 0.00, 0.04, 0.19, 0.16. Web safe color of #d6cdae is #cccc99. Color #d6cdae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001101 10101110
Octal 326 315 256
Decimal 214 205 174
Hex D6 CD AE

RGB Percentages of Color #d6cdae

%36.09
%34.57
%29.34

CMYK Percentages of Color #d6cdae

%0
%4
%19
%16

Triadic Colors of #d6cdae

#d6cdae #aed6cd #cdaed6

Analogous Colors of #d6cdae

#d6cdae #cbd6ae #d6b9ae

Monochromatic Colors of #d6cdae

#d6cdae

Complementary Color

#d6cdae #aeb7d6

#d6cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cdae Color CSS Codes

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

#d6cdae Text Font Color

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

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


#d6cdae Background Color

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

This div background color is #d6cdae


#d6cdae Border Color

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

This div border color is #d6cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cdae


Comments

No comments written yet.

Please login to write comment.