Color Hex Logo

#dcdc35 Color Hex

#DCDC35
(220,220,53)
0 Favorites   0 Comments

Color spaces of #dcdc35

RGB 22022053
HSL0.170.700.54
HSV60°76°86°
CMYK 0.000.000.76   0.14
XYZ55.751066.659113.2963
Yxy66.65910.41080.4912
Hunter Lab81.6450-20.990747.4958
CIE-Lab85.3315-18.229475.4847

#dcdc35 color RGB value is (220,220,53).

#dcdc35 hex color red value is 220, green value is 220 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dcdc35 hue: 0.17 , saturation: 0.70 and the lightness value of dcdc35 is 0.54.

The process color (four color CMYK) of #dcdc35 color hex is 0.00, 0.00, 0.76, 0.14. Web safe color of #dcdc35 is #cccc33. Color #dcdc35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 00110101
Octal 334 334 65
Decimal 220 220 53
Hex DC DC 35

RGB Percentages of Color #dcdc35

%44.62
%44.62
%10.75

CMYK Percentages of Color #dcdc35

%0
%0
%76
%14

Triadic Colors of #dcdc35

#dcdc35 #35dcdc #dc35dc

Analogous Colors of #dcdc35

#dcdc35 #89dc35 #dc8935

Monochromatic Colors of #dcdc35

#dcdc35

Complementary Color

#dcdc35 #3535dc

#dcdc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc35 Color CSS Codes

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

#dcdc35 Text Font Color

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

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


#dcdc35 Background Color

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

This div background color is #dcdc35


#dcdc35 Border Color

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

This div border color is #dcdc35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc35


Comments

No comments written yet.

Please login to write comment.