Color Hex Logo

#dcd634 Color Hex

#DCD634
(220,214,52)
0 Favorites   0 Comments

Color spaces of #dcd634

RGB 22021452
HSL0.160.710.53
HSV58°76°86°
CMYK 0.000.030.76   0.14
XYZ54.181663.556712.6608
Yxy63.55670.41550.4874
Hunter Lab79.7225-18.200746.3898
CIE-Lab83.7344-15.310374.3378

#dcd634 color RGB value is (220,214,52).

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

The process color (four color CMYK) of #dcd634 color hex is 0.00, 0.03, 0.76, 0.14. Web safe color of #dcd634 is #cccc33. Color #dcd634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 00110100
Octal 334 326 64
Decimal 220 214 52
Hex DC D6 34

RGB Percentages of Color #dcd634

%45.27
%44.03
%10.70

CMYK Percentages of Color #dcd634

%0
%3
%76
%14

Triadic Colors of #dcd634

#dcd634 #34dcd6 #d634dc

Analogous Colors of #dcd634

#dcd634 #8edc34 #dc8234

Monochromatic Colors of #dcd634

#dcd634

Complementary Color

#dcd634 #343adc

#dcd634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd634 Color CSS Codes

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

#dcd634 Text Font Color

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

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


#dcd634 Background Color

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

This div background color is #dcd634


#dcd634 Border Color

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

This div border color is #dcd634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd634


Comments

No comments written yet.

Please login to write comment.