Color Hex Logo

#dcd954 Color Hex

#DCD954
(220,217,84)
0 Favorites   0 Comments

Color spaces of #dcd954

RGB 22021784
HSL0.160.660.60
HSV59°62°86°
CMYK 0.000.010.62   0.14
XYZ55.928365.481418.0790
Yxy65.48140.40100.4694
Hunter Lab80.9206-18.240643.3980
CIE-Lab84.7312-15.198763.7482

#dcd954 color RGB value is (220,217,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01010100
Octal 334 331 124
Decimal 220 217 84
Hex DC D9 54

RGB Percentages of Color #dcd954

%42.23
%41.65
%16.12

CMYK Percentages of Color #dcd954

%0
%1
%62
%14

Triadic Colors of #dcd954

#dcd954 #54dcd9 #d954dc

Analogous Colors of #dcd954

#dcd954 #9bdc54 #dc9554

Monochromatic Colors of #dcd954

#dcd954

Complementary Color

#dcd954 #5457dc

#dcd954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd954 Color CSS Codes

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

#dcd954 Text Font Color

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

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


#dcd954 Background Color

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

This div background color is #dcd954


#dcd954 Border Color

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

This div border color is #dcd954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd954


Comments

No comments written yet.

Please login to write comment.