Color Hex Logo

#dcdd47 Color Hex

#DCDD47
(220,221,71)
0 Favorites   0 Comments

Color spaces of #dcdd47

RGB 22022171
HSL0.170.690.57
HSV60°68°87°
CMYK 0.000.000.68   0.13
XYZ56.509067.383515.9892
Yxy67.38350.40400.4817
Hunter Lab82.0875-20.773645.9126
CIE-Lab85.6972-17.917669.8239

#dcdd47 color RGB value is (220,221,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01000111
Octal 334 335 107
Decimal 220 221 71
Hex DC DD 47

RGB Percentages of Color #dcdd47

%42.97
%43.16
%13.87

CMYK Percentages of Color #dcdd47

%0
%0
%68
%13

Triadic Colors of #dcdd47

#dcdd47 #47dcdd #dd47dc

Analogous Colors of #dcdd47

#dcdd47 #91dd47 #dd9347

Monochromatic Colors of #dcdd47

#dcdd47

Complementary Color

#dcdd47 #4847dd

#dcdd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd47 Color CSS Codes

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

#dcdd47 Text Font Color

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

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


#dcdd47 Background Color

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

This div background color is #dcdd47


#dcdd47 Border Color

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

This div border color is #dcdd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd47


Comments

No comments written yet.

Please login to write comment.