Color Hex Logo

#dcdda7 Color Hex

#DCDDA7
(220,221,167)
0 Favorites   0 Comments

Color spaces of #dcdda7

RGB 220221167
HSL0.170.440.76
HSV61°24°87°
CMYK 0.000.000.24   0.13
XYZ62.346769.718646.7302
Yxy69.71860.34870.3899
Hunter Lab83.4977-12.837125.2662
CIE-Lab86.8587-8.917826.4819

#dcdda7 color RGB value is (220,221,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10100111
Octal 334 335 247
Decimal 220 221 167
Hex DC DD A7

RGB Percentages of Color #dcdda7

%36.18
%36.35
%27.47

CMYK Percentages of Color #dcdda7

%0
%0
%24
%13

Triadic Colors of #dcdda7

#dcdda7 #a7dcdd #dda7dc

Analogous Colors of #dcdda7

#dcdda7 #c1dda7 #ddc3a7

Monochromatic Colors of #dcdda7

#dcdda7

Complementary Color

#dcdda7 #a8a7dd

#dcdda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdda7 Color CSS Codes

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

#dcdda7 Text Font Color

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

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


#dcdda7 Background Color

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

This div background color is #dcdda7


#dcdda7 Border Color

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

This div border color is #dcdda7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,221,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdda7


Comments

No comments written yet.

Please login to write comment.