Color Hex Logo

#dcdc87 Color Hex

#DCDC87
(220,220,135)
1 Favorites   0 Comments

Color spaces of #dcdc87

RGB 220220135
HSL0.170.550.70
HSV60°39°86°
CMYK 0.000.000.39   0.14
XYZ59.481668.151332.9412
Yxy68.15130.37040.4244
Hunter Lab82.5538-15.856534.1293
CIE-Lab86.0820-12.329741.7405

#dcdc87 color RGB value is (220,220,135).

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

The process color (four color CMYK) of #dcdc87 color hex is 0.00, 0.00, 0.39, 0.14. Web safe color of #dcdc87 is #cccc99. Color #dcdc87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 10000111
Octal 334 334 207
Decimal 220 220 135
Hex DC DC 87

RGB Percentages of Color #dcdc87

%38.26
%38.26
%23.48

CMYK Percentages of Color #dcdc87

%0
%0
%39
%14

Triadic Colors of #dcdc87

#dcdc87 #87dcdc #dc87dc

Analogous Colors of #dcdc87

#dcdc87 #b2dc87 #dcb287

Monochromatic Colors of #dcdc87

#dcdc87

Complementary Color

#dcdc87 #8787dc

#dcdc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdc87 Color CSS Codes

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

#dcdc87 Text Font Color

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

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


#dcdc87 Background Color

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

This div background color is #dcdc87


#dcdc87 Border Color

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

This div border color is #dcdc87


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,220,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 #dcdc87">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdc87


Comments

No comments written yet.

Please login to write comment.