Color Hex Logo

#dcdc53 Color Hex

#DCDC53
(220,220,83)
0 Favorites   0 Comments

Color spaces of #dcdc53

RGB 22022083
HSL0.170.660.59
HSV60°62°86°
CMYK 0.000.000.62   0.14
XYZ56.669767.026618.1342
Yxy67.02660.39960.4726
Hunter Lab81.8698-19.715644.1761
CIE-Lab85.5174-16.744164.9919

#dcdc53 color RGB value is (220,220,83).

#dcdc53 hex color red value is 220, green value is 220 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dcdc53 hue: 0.17 , saturation: 0.66 and the lightness value of dcdc53 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 01010011
Octal 334 334 123
Decimal 220 220 83
Hex DC DC 53

RGB Percentages of Color #dcdc53

%42.07
%42.07
%15.87

CMYK Percentages of Color #dcdc53

%0
%0
%62
%14

Triadic Colors of #dcdc53

#dcdc53 #53dcdc #dc53dc

Analogous Colors of #dcdc53

#dcdc53 #98dc53 #dc9853

Monochromatic Colors of #dcdc53

#dcdc53

Complementary Color

#dcdc53 #5353dc

#dcdc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc53 Color CSS Codes

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

#dcdc53 Text Font Color

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

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


#dcdc53 Background Color

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

This div background color is #dcdc53


#dcdc53 Border Color

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

This div border color is #dcdc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc53


Comments

No comments written yet.

Please login to write comment.