Color Hex Logo

#dcd29e Color Hex

#DCD29E
(220,210,158)
0 Favorites   0 Comments

Color spaces of #dcd29e

RGB 220210158
HSL0.140.470.74
HSV50°28°86°
CMYK 0.000.050.28   0.14
XYZ58.733363.777541.5625
Yxy63.77750.35800.3887
Hunter Lab79.8608-8.479425.0459
CIE-Lab83.8498-4.508927.0738

#dcd29e color RGB value is (220,210,158).

#dcd29e hex color red value is 220, green value is 210 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dcd29e hue: 0.14 , saturation: 0.47 and the lightness value of dcd29e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 10011110
Octal 334 322 236
Decimal 220 210 158
Hex DC D2 9E

RGB Percentages of Color #dcd29e

%37.41
%35.71
%26.87

CMYK Percentages of Color #dcd29e

%0
%5
%28
%14

Triadic Colors of #dcd29e

#dcd29e #9edcd2 #d29edc

Analogous Colors of #dcd29e

#dcd29e #c7dc9e #dcb39e

Monochromatic Colors of #dcd29e

#dcd29e

Complementary Color

#dcd29e #9ea8dc

#dcd29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd29e Color CSS Codes

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

#dcd29e Text Font Color

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

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


#dcd29e Background Color

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

This div background color is #dcd29e


#dcd29e Border Color

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

This div border color is #dcd29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd29e


Comments

No comments written yet.

Please login to write comment.