Color Hex Logo

#dcdd0e Color Hex

#DCDD0E
(220,221,14)
0 Favorites   0 Comments

Color spaces of #dcdd0e

RGB 22022114
HSL0.170.880.46
HSV60°94°87°
CMYK 0.000.000.94   0.13
XYZ55.450966.960310.4175
Yxy66.96030.41750.5041
Hunter Lab81.8293-22.242249.7324
CIE-Lab85.4839-19.638683.4982

#dcdd0e color RGB value is (220,221,14).

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

The process color (four color CMYK) of #dcdd0e color hex is 0.00, 0.00, 0.94, 0.13. Web safe color of #dcdd0e is #cccc00. Color #dcdd0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 00001110
Octal 334 335 16
Decimal 220 221 14
Hex DC DD E

RGB Percentages of Color #dcdd0e

%48.35
%48.57
%3.08

CMYK Percentages of Color #dcdd0e

%0
%0
%94
%13

Triadic Colors of #dcdd0e

#dcdd0e #0edcdd #dd0edc

Analogous Colors of #dcdd0e

#dcdd0e #75dd0e #dd770e

Monochromatic Colors of #dcdd0e

#dcdd0e

Complementary Color

#dcdd0e #0f0edd

#dcdd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd0e Color CSS Codes

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

#dcdd0e Text Font Color

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

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


#dcdd0e Background Color

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

This div background color is #dcdd0e


#dcdd0e Border Color

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

This div border color is #dcdd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd0e


Comments

No comments written yet.

Please login to write comment.