Color Hex Logo

#dcde47 Color Hex

#DCDE47
(220,222,71)
0 Favorites   0 Comments

Color spaces of #dcde47

RGB 22022271
HSL0.170.700.57
HSV61°68°87°
CMYK 0.010.000.68   0.13
XYZ56.773867.913116.0775
Yxy67.91310.40330.4825
Hunter Lab82.4094-21.243646.1195
CIE-Lab85.9630-18.407370.0882

#dcde47 color RGB value is (220,222,71).

#dcde47 hex color red value is 220, green value is 222 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dcde47 hue: 0.17 , saturation: 0.70 and the lightness value of dcde47 is 0.57.

The process color (four color CMYK) of #dcde47 color hex is 0.01, 0.00, 0.68, 0.13. Web safe color of #dcde47 is #cccc33. Color #dcde47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 01000111
Octal 334 336 107
Decimal 220 222 71
Hex DC DE 47

RGB Percentages of Color #dcde47

%42.88
%43.27
%13.84

CMYK Percentages of Color #dcde47

%1
%0
%68
%13

Triadic Colors of #dcde47

#dcde47 #47dcde #de47dc

Analogous Colors of #dcde47

#dcde47 #91de47 #de9547

Monochromatic Colors of #dcde47

#dcde47

Complementary Color

#dcde47 #4947de

#dcde47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcde47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcde47 Color CSS Codes

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

#dcde47 Text Font Color

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

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


#dcde47 Background Color

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

This div background color is #dcde47


#dcde47 Border Color

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

This div border color is #dcde47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcde47


Comments

No comments written yet.

Please login to write comment.