Color Hex Logo

#d6dcae Color Hex

#D6DCAE
(214,220,174)
0 Favorites   0 Comments

Color spaces of #d6dcae

RGB 214220174
HSL0.190.400.77
HSV68°21°86°
CMYK 0.030.000.21   0.14
XYZ60.964768.538550.0605
Yxy68.53850.33950.3817
Hunter Lab82.7880-13.432422.0999
CIE-Lab86.2750-9.636021.9738

#d6dcae color RGB value is (214,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011100 10101110
Octal 326 334 256
Decimal 214 220 174
Hex D6 DC AE

RGB Percentages of Color #d6dcae

%35.20
%36.18
%28.62

CMYK Percentages of Color #d6dcae

%3
%0
%21
%14

Triadic Colors of #d6dcae

#d6dcae #aed6dc #dcaed6

Analogous Colors of #d6dcae

#d6dcae #bfdcae #dccbae

Monochromatic Colors of #d6dcae

#d6dcae

Complementary Color

#d6dcae #b4aedc

#d6dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dcae Color CSS Codes

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

#d6dcae Text Font Color

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

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


#d6dcae Background Color

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

This div background color is #d6dcae


#d6dcae Border Color

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

This div border color is #d6dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dcae


Comments

No comments written yet.

Please login to write comment.