Color Hex Logo

#dcdd74 Color Hex

#DCDD74
(220,221,116)
0 Favorites   0 Comments

Color spaces of #dcdd74

RGB 220221116
HSL0.170.610.66
HSV61°48°87°
CMYK 0.000.000.48   0.13
XYZ58.524068.189526.6003
Yxy68.18950.38170.4448
Hunter Lab82.5769-18.003038.7049
CIE-Lab86.1011-14.719451.0089

#dcdd74 color RGB value is (220,221,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01110100
Octal 334 335 164
Decimal 220 221 116
Hex DC DD 74

RGB Percentages of Color #dcdd74

%39.50
%39.68
%20.83

CMYK Percentages of Color #dcdd74

%0
%0
%48
%13

Triadic Colors of #dcdd74

#dcdd74 #74dcdd #dd74dc

Analogous Colors of #dcdd74

#dcdd74 #a8dd74 #ddaa74

Monochromatic Colors of #dcdd74

#dcdd74

Complementary Color

#dcdd74 #7574dd

#dcdd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd74 Color CSS Codes

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

#dcdd74 Text Font Color

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

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


#dcdd74 Background Color

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

This div background color is #dcdd74


#dcdd74 Border Color

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

This div border color is #dcdd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd74


Comments

No comments written yet.

Please login to write comment.