Color Hex Logo

#dcdd78 Color Hex

#DCDD78
(220,221,120)
0 Favorites   0 Comments

Color spaces of #dcdd78

RGB 220221120
HSL0.170.600.67
HSV61°46°87°
CMYK 0.000.000.46   0.13
XYZ58.761868.284627.8525
Yxy68.28460.37940.4408
Hunter Lab82.6345-17.678137.8601
CIE-Lab86.1486-14.348549.1589

#dcdd78 color RGB value is (220,221,120).

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

The process color (four color CMYK) of #dcdd78 color hex is 0.00, 0.00, 0.46, 0.13. Web safe color of #dcdd78 is #cccc66. Color #dcdd78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01111000
Octal 334 335 170
Decimal 220 221 120
Hex DC DD 78

RGB Percentages of Color #dcdd78

%39.22
%39.39
%21.39

CMYK Percentages of Color #dcdd78

%0
%0
%46
%13

Triadic Colors of #dcdd78

#dcdd78 #78dcdd #dd78dc

Analogous Colors of #dcdd78

#dcdd78 #aadd78 #ddac78

Monochromatic Colors of #dcdd78

#dcdd78

Complementary Color

#dcdd78 #7978dd

#dcdd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd78 Color CSS Codes

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

#dcdd78 Text Font Color

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

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


#dcdd78 Background Color

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

This div background color is #dcdd78


#dcdd78 Border Color

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

This div border color is #dcdd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd78


Comments

No comments written yet.

Please login to write comment.