Color Hex Logo

#dcdc8d Color Hex

#DCDC8D
(220,220,141)
0 Favorites   0 Comments

Color spaces of #dcdc8d

RGB 220220141
HSL0.170.530.71
HSV60°36°86°
CMYK 0.000.000.36   0.14
XYZ59.916168.325135.2295
Yxy68.32510.36650.4180
Hunter Lab82.6590-15.266032.5917
CIE-Lab86.1688-11.664638.8504

#dcdc8d color RGB value is (220,220,141).

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

The process color (four color CMYK) of #dcdc8d color hex is 0.00, 0.00, 0.36, 0.14. Web safe color of #dcdc8d is #cccc99. Color #dcdc8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 10001101
Octal 334 334 215
Decimal 220 220 141
Hex DC DC 8D

RGB Percentages of Color #dcdc8d

%37.87
%37.87
%24.27

CMYK Percentages of Color #dcdc8d

%0
%0
%36
%14

Triadic Colors of #dcdc8d

#dcdc8d #8ddcdc #dc8ddc

Analogous Colors of #dcdc8d

#dcdc8d #b5dc8d #dcb58d

Monochromatic Colors of #dcdc8d

#dcdc8d

Complementary Color

#dcdc8d #8d8ddc

#dcdc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc8d Color CSS Codes

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

#dcdc8d Text Font Color

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

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


#dcdc8d Background Color

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

This div background color is #dcdc8d


#dcdc8d Border Color

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

This div border color is #dcdc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc8d


Comments

No comments written yet.

Please login to write comment.