Color Hex Logo

#dcd94e Color Hex

#DCD94E
(220,217,78)
0 Favorites   0 Comments

Color spaces of #dcd94e

RGB 22021778
HSL0.160.670.58
HSV59°65°86°
CMYK 0.000.010.65   0.14
XYZ55.703265.391416.8937
Yxy65.39140.40370.4739
Hunter Lab80.8649-18.555344.2190
CIE-Lab84.6850-15.562566.1254

#dcd94e color RGB value is (220,217,78).

#dcd94e hex color red value is 220, green value is 217 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dcd94e hue: 0.16 , saturation: 0.67 and the lightness value of dcd94e is 0.58.

The process color (four color CMYK) of #dcd94e color hex is 0.00, 0.01, 0.65, 0.14. Web safe color of #dcd94e is #cccc66. Color #dcd94e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01001110
Octal 334 331 116
Decimal 220 217 78
Hex DC D9 4E

RGB Percentages of Color #dcd94e

%42.72
%42.14
%15.15

CMYK Percentages of Color #dcd94e

%0
%1
%65
%14

Triadic Colors of #dcd94e

#dcd94e #4edcd9 #d94edc

Analogous Colors of #dcd94e

#dcd94e #98dc4e #dc924e

Monochromatic Colors of #dcd94e

#dcd94e

Complementary Color

#dcd94e #4e51dc

#dcd94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd94e Color CSS Codes

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

#dcd94e Text Font Color

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

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


#dcd94e Background Color

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

This div background color is #dcd94e


#dcd94e Border Color

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

This div border color is #dcd94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd94e


Comments

No comments written yet.

Please login to write comment.