Color Hex Logo

#dcd086 Color Hex

#DCD086
(220,208,134)
0 Favorites   0 Comments

Color spaces of #dcd086

RGB 220208134
HSL0.140.550.69
HSV52°39°86°
CMYK 0.000.050.39   0.14
XYZ56.374262.048631.5596
Yxy62.04860.37590.4137
Hunter Lab78.7709-10.101631.3851
CIE-Lab82.9393-6.364338.2258

#dcd086 color RGB value is (220,208,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 10000110
Octal 334 320 206
Decimal 220 208 134
Hex DC D0 86

RGB Percentages of Color #dcd086

%39.15
%37.01
%23.84

CMYK Percentages of Color #dcd086

%0
%5
%39
%14

Triadic Colors of #dcd086

#dcd086 #86dcd0 #d086dc

Analogous Colors of #dcd086

#dcd086 #bddc86 #dca586

Monochromatic Colors of #dcd086

#dcd086

Complementary Color

#dcd086 #8692dc

#dcd086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd086 Color CSS Codes

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

#dcd086 Text Font Color

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

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


#dcd086 Background Color

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

This div background color is #dcd086


#dcd086 Border Color

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

This div border color is #dcd086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd086


Comments

No comments written yet.

Please login to write comment.