Color Hex Logo

#dcdd1e Color Hex

#DCDD1E
(220,221,30)
0 Favorites   0 Comments

Color spaces of #dcdd1e

RGB 22022130
HSL0.170.760.49
HSV60°86°87°
CMYK 0.000.000.86   0.13
XYZ55.606067.022311.2341
Yxy67.02230.41540.5007
Hunter Lab81.8671-22.026349.1710
CIE-Lab85.5152-19.384481.2219

#dcdd1e color RGB value is (220,221,30).

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

The process color (four color CMYK) of #dcdd1e color hex is 0.00, 0.00, 0.86, 0.13. Web safe color of #dcdd1e is #cccc33. Color #dcdd1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 00011110
Octal 334 335 36
Decimal 220 221 30
Hex DC DD 1E

RGB Percentages of Color #dcdd1e

%46.71
%46.92
%6.37

CMYK Percentages of Color #dcdd1e

%0
%0
%86
%13

Triadic Colors of #dcdd1e

#dcdd1e #1edcdd #dd1edc

Analogous Colors of #dcdd1e

#dcdd1e #7ddd1e #dd7f1e

Monochromatic Colors of #dcdd1e

#dcdd1e

Complementary Color

#dcdd1e #1f1edd

#dcdd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd1e Color CSS Codes

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

#dcdd1e Text Font Color

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

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


#dcdd1e Background Color

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

This div background color is #dcdd1e


#dcdd1e Border Color

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

This div border color is #dcdd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd1e


Comments

No comments written yet.

Please login to write comment.