Color Hex Logo

#dcd087 Color Hex

#DCD087
(220,208,135)
0 Favorites   0 Comments

Color spaces of #dcd087

RGB 220208135
HSL0.140.550.70
HSV52°39°86°
CMYK 0.000.050.39   0.14
XYZ56.444262.076731.9287
Yxy62.07670.37520.4126
Hunter Lab78.7888-10.003131.1252
CIE-Lab82.9542-6.254837.7376

#dcd087 color RGB value is (220,208,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 10000111
Octal 334 320 207
Decimal 220 208 135
Hex DC D0 87

RGB Percentages of Color #dcd087

%39.08
%36.94
%23.98

CMYK Percentages of Color #dcd087

%0
%5
%39
%14

Triadic Colors of #dcd087

#dcd087 #87dcd0 #d087dc

Analogous Colors of #dcd087

#dcd087 #bedc87 #dca687

Monochromatic Colors of #dcd087

#dcd087

Complementary Color

#dcd087 #8793dc

#dcd087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd087 Color CSS Codes

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

#dcd087 Text Font Color

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

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


#dcd087 Background Color

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

This div background color is #dcd087


#dcd087 Border Color

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

This div border color is #dcd087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd087


Comments

No comments written yet.

Please login to write comment.