Color Hex Logo

#dcdd8d Color Hex

#DCDD8D
(220,221,141)
0 Favorites   0 Comments

Color spaces of #dcdd8d

RGB 220221141
HSL0.170.540.71
HSV61°36°87°
CMYK 0.000.000.36   0.13
XYZ60.179468.851635.3172
Yxy68.85160.36620.4189
Hunter Lab82.9769-15.751532.8484
CIE-Lab86.4305-12.165739.1879

#dcdd8d color RGB value is (220,221,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10001101
Octal 334 335 215
Decimal 220 221 141
Hex DC DD 8D

RGB Percentages of Color #dcdd8d

%37.80
%37.97
%24.23

CMYK Percentages of Color #dcdd8d

%0
%0
%36
%13

Triadic Colors of #dcdd8d

#dcdd8d #8ddcdd #dd8ddc

Analogous Colors of #dcdd8d

#dcdd8d #b4dd8d #ddb68d

Monochromatic Colors of #dcdd8d

#dcdd8d

Complementary Color

#dcdd8d #8e8ddd

#dcdd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd8d Color CSS Codes

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

#dcdd8d Text Font Color

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

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


#dcdd8d Background Color

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

This div background color is #dcdd8d


#dcdd8d Border Color

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

This div border color is #dcdd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd8d


Comments

No comments written yet.

Please login to write comment.