Color Hex Logo

#dcd87e Color Hex

#DCD87E
(220,216,126)
0 Favorites   0 Comments

Color spaces of #dcd87e

RGB 220216126
HSL0.160.570.68
HSV57°43°86°
CMYK 0.000.020.43   0.14
XYZ57.837065.833729.3975
Yxy65.83370.37790.4301
Hunter Lab81.1380-14.752635.3149
CIE-Lab84.9115-11.262844.7206

#dcd87e color RGB value is (220,216,126).

#dcd87e hex color red value is 220, green value is 216 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcd87e hue: 0.16 , saturation: 0.57 and the lightness value of dcd87e is 0.68.

The process color (four color CMYK) of #dcd87e color hex is 0.00, 0.02, 0.43, 0.14. Web safe color of #dcd87e is #cccc66. Color #dcd87e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01111110
Octal 334 330 176
Decimal 220 216 126
Hex DC D8 7E

RGB Percentages of Color #dcd87e

%39.15
%38.43
%22.42

CMYK Percentages of Color #dcd87e

%0
%2
%43
%14

Triadic Colors of #dcd87e

#dcd87e #7edcd8 #d87edc

Analogous Colors of #dcd87e

#dcd87e #b1dc7e #dca97e

Monochromatic Colors of #dcd87e

#dcd87e

Complementary Color

#dcd87e #7e82dc

#dcd87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd87e Color CSS Codes

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

#dcd87e Text Font Color

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

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


#dcd87e Background Color

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

This div background color is #dcd87e


#dcd87e Border Color

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

This div border color is #dcd87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd87e


Comments

No comments written yet.

Please login to write comment.