Color Hex Logo

#dcdd2e Color Hex

#DCDD2E
(220,221,46)
0 Favorites   0 Comments

Color spaces of #dcdd2e

RGB 22022146
HSL0.170.720.52
HSV60°79°87°
CMYK 0.000.000.79   0.13
XYZ55.864867.125812.5970
Yxy67.12580.41200.4951
Hunter Lab81.9303-21.666648.2352
CIE-Lab85.5674-18.961877.6624

#dcdd2e color RGB value is (220,221,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 00101110
Octal 334 335 56
Decimal 220 221 46
Hex DC DD 2E

RGB Percentages of Color #dcdd2e

%45.17
%45.38
%9.45

CMYK Percentages of Color #dcdd2e

%0
%0
%79
%13

Triadic Colors of #dcdd2e

#dcdd2e #2edcdd #dd2edc

Analogous Colors of #dcdd2e

#dcdd2e #85dd2e #dd872e

Monochromatic Colors of #dcdd2e

#dcdd2e

Complementary Color

#dcdd2e #2f2edd

#dcdd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd2e Color CSS Codes

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

#dcdd2e Text Font Color

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

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


#dcdd2e Background Color

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

This div background color is #dcdd2e


#dcdd2e Border Color

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

This div border color is #dcdd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd2e


Comments

No comments written yet.

Please login to write comment.