Color Hex Logo

#dcdd71 Color Hex

#DCDD71
(220,221,113)
0 Favorites   0 Comments

Color spaces of #dcdd71

RGB 220221113
HSL0.170.610.65
HSV61°49°87°
CMYK 0.000.000.49   0.13
XYZ58.352368.120825.6959
Yxy68.12080.38350.4477
Hunter Lab82.5353-18.237739.3158
CIE-Lab86.0668-14.987952.3831

#dcdd71 color RGB value is (220,221,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01110001
Octal 334 335 161
Decimal 220 221 113
Hex DC DD 71

RGB Percentages of Color #dcdd71

%39.71
%39.89
%20.40

CMYK Percentages of Color #dcdd71

%0
%0
%49
%13

Triadic Colors of #dcdd71

#dcdd71 #71dcdd #dd71dc

Analogous Colors of #dcdd71

#dcdd71 #a6dd71 #dda871

Monochromatic Colors of #dcdd71

#dcdd71

Complementary Color

#dcdd71 #7271dd

#dcdd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd71 Color CSS Codes

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

#dcdd71 Text Font Color

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

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


#dcdd71 Background Color

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

This div background color is #dcdd71


#dcdd71 Border Color

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

This div border color is #dcdd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd71


Comments

No comments written yet.

Please login to write comment.