Color Hex Logo

#dcdd77 Color Hex

#DCDD77
(220,221,119)
0 Favorites   0 Comments

Color spaces of #dcdd77

RGB 220221119
HSL0.170.600.67
HSV61°46°87°
CMYK 0.000.000.46   0.13
XYZ58.701468.260527.5345
Yxy68.26050.38000.4418
Hunter Lab82.6199-17.760738.0745
CIE-Lab86.1365-14.442749.6232

#dcdd77 color RGB value is (220,221,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01110111
Octal 334 335 167
Decimal 220 221 119
Hex DC DD 77

RGB Percentages of Color #dcdd77

%39.29
%39.46
%21.25

CMYK Percentages of Color #dcdd77

%0
%0
%46
%13

Triadic Colors of #dcdd77

#dcdd77 #77dcdd #dd77dc

Analogous Colors of #dcdd77

#dcdd77 #a9dd77 #ddab77

Monochromatic Colors of #dcdd77

#dcdd77

Complementary Color

#dcdd77 #7877dd

#dcdd77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd77 Color CSS Codes

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

#dcdd77 Text Font Color

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

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


#dcdd77 Background Color

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

This div background color is #dcdd77


#dcdd77 Border Color

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

This div border color is #dcdd77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd77


Comments

No comments written yet.

Please login to write comment.