Color Hex Logo

#dcd052 Color Hex

#DCD052
(220,208,82)
0 Favorites   0 Comments

Color spaces of #dcd052

RGB 22020882
HSL0.150.660.59
HSV55°63°86°
CMYK 0.000.050.63   0.14
XYZ53.594160.936616.9199
Yxy60.93660.40770.4636
Hunter Lab78.0619-14.057541.7922
CIE-Lab82.3446-10.823862.0348

#dcd052 color RGB value is (220,208,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 01010010
Octal 334 320 122
Decimal 220 208 82
Hex DC D0 52

RGB Percentages of Color #dcd052

%43.14
%40.78
%16.08

CMYK Percentages of Color #dcd052

%0
%5
%63
%14

Triadic Colors of #dcd052

#dcd052 #52dcd0 #d052dc

Analogous Colors of #dcd052

#dcd052 #a3dc52 #dc8b52

Monochromatic Colors of #dcd052

#dcd052

Complementary Color

#dcd052 #525edc

#dcd052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd052 Color CSS Codes

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

#dcd052 Text Font Color

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

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


#dcd052 Background Color

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

This div background color is #dcd052


#dcd052 Border Color

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

This div border color is #dcd052


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,208,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 #dcd052">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd052


Comments

No comments written yet.

Please login to write comment.