Color Hex Logo

#dcdd87 Color Hex

#DCDD87
(220,221,135)
0 Favorites   0 Comments

Color spaces of #dcdd87

RGB 220221135
HSL0.170.560.70
HSV61°39°87°
CMYK 0.000.000.39   0.13
XYZ59.744868.677833.0289
Yxy68.67780.37000.4254
Hunter Lab82.8721-16.340534.3803
CIE-Lab86.3442-12.830042.0735

#dcdd87 color RGB value is (220,221,135).

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

The process color (four color CMYK) of #dcdd87 color hex is 0.00, 0.00, 0.39, 0.13. Web safe color of #dcdd87 is #cccc99. Color #dcdd87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10000111
Octal 334 335 207
Decimal 220 221 135
Hex DC DD 87

RGB Percentages of Color #dcdd87

%38.19
%38.37
%23.44

CMYK Percentages of Color #dcdd87

%0
%0
%39
%13

Triadic Colors of #dcdd87

#dcdd87 #87dcdd #dd87dc

Analogous Colors of #dcdd87

#dcdd87 #b1dd87 #ddb387

Monochromatic Colors of #dcdd87

#dcdd87

Complementary Color

#dcdd87 #8887dd

#dcdd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd87 Color CSS Codes

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

#dcdd87 Text Font Color

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

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


#dcdd87 Background Color

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

This div background color is #dcdd87


#dcdd87 Border Color

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

This div border color is #dcdd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd87


Comments

No comments written yet.

Please login to write comment.