Color Hex Logo

#dcdc2e Color Hex

#DCDC2E
(220,220,46)
0 Favorites   0 Comments

Color spaces of #dcdc2e

RGB 22022046
HSL0.170.710.52
HSV60°79°86°
CMYK 0.000.000.79   0.14
XYZ55.601566.599312.5092
Yxy66.59930.41270.4944
Hunter Lab81.6084-21.198948.0377
CIE-Lab85.3012-18.473277.4303

#dcdc2e color RGB value is (220,220,46).

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

The process color (four color CMYK) of #dcdc2e color hex is 0.00, 0.00, 0.79, 0.14. Web safe color of #dcdc2e is #cccc33. Color #dcdc2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 00101110
Octal 334 334 56
Decimal 220 220 46
Hex DC DC 2E

RGB Percentages of Color #dcdc2e

%45.27
%45.27
%9.47

CMYK Percentages of Color #dcdc2e

%0
%0
%79
%14

Triadic Colors of #dcdc2e

#dcdc2e #2edcdc #dc2edc

Analogous Colors of #dcdc2e

#dcdc2e #85dc2e #dc852e

Monochromatic Colors of #dcdc2e

#dcdc2e

Complementary Color

#dcdc2e #2e2edc

#dcdc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc2e Color CSS Codes

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

#dcdc2e Text Font Color

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

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


#dcdc2e Background Color

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

This div background color is #dcdc2e


#dcdc2e Border Color

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

This div border color is #dcdc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc2e


Comments

No comments written yet.

Please login to write comment.