Color Hex Logo

#dcd78e Color Hex

#DCD78E
(220,215,142)
0 Favorites   0 Comments

Color spaces of #dcd78e

RGB 220215142
HSL0.160.530.71
HSV56°35°86°
CMYK 0.000.020.35   0.14
XYZ58.698165.769535.1922
Yxy65.76950.36760.4119
Hunter Lab81.0984-12.725931.0403
CIE-Lab84.8787-9.029036.6747

#dcd78e color RGB value is (220,215,142).

#dcd78e hex color red value is 220, green value is 215 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dcd78e hue: 0.16 , saturation: 0.53 and the lightness value of dcd78e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 10001110
Octal 334 327 216
Decimal 220 215 142
Hex DC D7 8E

RGB Percentages of Color #dcd78e

%38.13
%37.26
%24.61

CMYK Percentages of Color #dcd78e

%0
%2
%35
%14

Triadic Colors of #dcd78e

#dcd78e #8edcd7 #d78edc

Analogous Colors of #dcd78e

#dcd78e #badc8e #dcb08e

Monochromatic Colors of #dcd78e

#dcd78e

Complementary Color

#dcd78e #8e93dc

#dcd78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd78e Color CSS Codes

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

#dcd78e Text Font Color

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

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


#dcd78e Background Color

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

This div background color is #dcd78e


#dcd78e Border Color

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

This div border color is #dcd78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd78e


Comments

No comments written yet.

Please login to write comment.