Color Hex Logo

#dcdc60 Color Hex

#DCDC60
(220,220,96)
0 Favorites   0 Comments

Color spaces of #dcdc60

RGB 22022096
HSL0.170.640.62
HSV60°56°86°
CMYK 0.000.000.56   0.14
XYZ57.219767.246621.0304
Yxy67.24660.39330.4622
Hunter Lab82.0040-18.955642.1976
CIE-Lab85.6283-15.865359.6120

#dcdc60 color RGB value is (220,220,96).

#dcdc60 hex color red value is 220, green value is 220 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dcdc60 hue: 0.17 , saturation: 0.64 and the lightness value of dcdc60 is 0.62.

The process color (four color CMYK) of #dcdc60 color hex is 0.00, 0.00, 0.56, 0.14. Web safe color of #dcdc60 is #cccc66. Color #dcdc60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 01100000
Octal 334 334 140
Decimal 220 220 96
Hex DC DC 60

RGB Percentages of Color #dcdc60

%41.04
%41.04
%17.91

CMYK Percentages of Color #dcdc60

%0
%0
%56
%14

Triadic Colors of #dcdc60

#dcdc60 #60dcdc #dc60dc

Analogous Colors of #dcdc60

#dcdc60 #9edc60 #dc9e60

Monochromatic Colors of #dcdc60

#dcdc60

Complementary Color

#dcdc60 #6060dc

#dcdc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc60 Color CSS Codes

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

#dcdc60 Text Font Color

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

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


#dcdc60 Background Color

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

This div background color is #dcdc60


#dcdc60 Border Color

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

This div border color is #dcdc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc60


Comments

No comments written yet.

Please login to write comment.