Color Hex Logo

#dcdc6e Color Hex

#DCDC6E
(220,220,110)
0 Favorites   0 Comments

Color spaces of #dcdc6e

RGB 220220110
HSL0.170.610.65
HSV60°50°86°
CMYK 0.000.000.50   0.14
XYZ57.922967.527824.7332
Yxy67.52780.38570.4496
Hunter Lab82.1753-17.987539.6775
CIE-Lab85.7698-14.752653.4342

#dcdc6e color RGB value is (220,220,110).

#dcdc6e hex color red value is 220, green value is 220 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dcdc6e hue: 0.17 , saturation: 0.61 and the lightness value of dcdc6e is 0.65.

The process color (four color CMYK) of #dcdc6e color hex is 0.00, 0.00, 0.50, 0.14. Web safe color of #dcdc6e is #cccc66. Color #dcdc6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 01101110
Octal 334 334 156
Decimal 220 220 110
Hex DC DC 6E

RGB Percentages of Color #dcdc6e

%40.00
%40.00
%20.00

CMYK Percentages of Color #dcdc6e

%0
%0
%50
%14

Triadic Colors of #dcdc6e

#dcdc6e #6edcdc #dc6edc

Analogous Colors of #dcdc6e

#dcdc6e #a5dc6e #dca56e

Monochromatic Colors of #dcdc6e

#dcdc6e

Complementary Color

#dcdc6e #6e6edc

#dcdc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc6e Color CSS Codes

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

#dcdc6e Text Font Color

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

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


#dcdc6e Background Color

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

This div background color is #dcdc6e


#dcdc6e Border Color

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

This div border color is #dcdc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc6e


Comments

No comments written yet.

Please login to write comment.