Color Hex Logo

#dcddae Color Hex

#DCDDAE
(220,221,174)
0 Favorites   0 Comments

Color spaces of #dcddae

RGB 220221174
HSL0.170.410.77
HSV61°21°87°
CMYK 0.000.000.21   0.13
XYZ63.011669.984550.2317
Yxy69.98450.34390.3820
Hunter Lab83.6567-11.950222.9590
CIE-Lab86.9893-7.941823.0295

#dcddae color RGB value is (220,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10101110
Octal 334 335 256
Decimal 220 221 174
Hex DC DD AE

RGB Percentages of Color #dcddae

%35.77
%35.93
%28.29

CMYK Percentages of Color #dcddae

%0
%0
%21
%13

Triadic Colors of #dcddae

#dcddae #aedcdd #ddaedc

Analogous Colors of #dcddae

#dcddae #c5ddae #ddc7ae

Monochromatic Colors of #dcddae

#dcddae

Complementary Color

#dcddae #afaedd

#dcddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddae Color CSS Codes

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

#dcddae Text Font Color

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

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


#dcddae Background Color

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

This div background color is #dcddae


#dcddae Border Color

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

This div border color is #dcddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddae


Comments

No comments written yet.

Please login to write comment.