Color Hex Logo

#dcd952 Color Hex

#DCD952
(220,217,82)
0 Favorites   0 Comments

Color spaces of #dcd952

RGB 22021782
HSL0.160.660.59
HSV59°63°86°
CMYK 0.000.010.63   0.14
XYZ55.851065.450517.6722
Yxy65.45050.40190.4710
Hunter Lab80.9015-18.348743.6797
CIE-Lab84.7153-15.323564.5516

#dcd952 color RGB value is (220,217,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01010010
Octal 334 331 122
Decimal 220 217 82
Hex DC D9 52

RGB Percentages of Color #dcd952

%42.39
%41.81
%15.80

CMYK Percentages of Color #dcd952

%0
%1
%63
%14

Triadic Colors of #dcd952

#dcd952 #52dcd9 #d952dc

Analogous Colors of #dcd952

#dcd952 #9adc52 #dc9452

Monochromatic Colors of #dcd952

#dcd952

Complementary Color

#dcd952 #5255dc

#dcd952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd952 Color CSS Codes

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

#dcd952 Text Font Color

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

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


#dcd952 Background Color

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

This div background color is #dcd952


#dcd952 Border Color

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

This div border color is #dcd952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd952


Comments

No comments written yet.

Please login to write comment.