Color Hex Logo

#dcdc5d Color Hex

#DCDC5D
(220,220,93)
0 Favorites   0 Comments

Color spaces of #dcdc5d

RGB 22022093
HSL0.170.640.61
HSV60°58°86°
CMYK 0.000.000.58   0.14
XYZ57.084267.192420.3167
Yxy67.19240.39480.4647
Hunter Lab81.9710-19.142642.6845
CIE-Lab85.6010-16.081160.8878

#dcdc5d color RGB value is (220,220,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 01011101
Octal 334 334 135
Decimal 220 220 93
Hex DC DC 5D

RGB Percentages of Color #dcdc5d

%41.28
%41.28
%17.45

CMYK Percentages of Color #dcdc5d

%0
%0
%58
%14

Triadic Colors of #dcdc5d

#dcdc5d #5ddcdc #dc5ddc

Analogous Colors of #dcdc5d

#dcdc5d #9ddc5d #dc9d5d

Monochromatic Colors of #dcdc5d

#dcdc5d

Complementary Color

#dcdc5d #5d5ddc

#dcdc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc5d Color CSS Codes

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

#dcdc5d Text Font Color

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

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


#dcdc5d Background Color

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

This div background color is #dcdc5d


#dcdc5d Border Color

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

This div border color is #dcdc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc5d


Comments

No comments written yet.

Please login to write comment.