Color Hex Logo

#dce420 Color Hex

#DCE420
(220,228,32)
0 Favorites   0 Comments

Color spaces of #dce420

RGB 22022832
HSL0.170.780.51
HSV62°86°89°
CMYK 0.040.000.86   0.11
XYZ57.519370.806712.0020
Yxy70.80670.40990.5046
Hunter Lab84.1467-25.241450.4461
CIE-Lab87.3910-22.727582.3657

#dce420 color RGB value is (220,228,32).

#dce420 hex color red value is 220, green value is 228 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dce420 hue: 0.17 , saturation: 0.78 and the lightness value of dce420 is 0.51.

The process color (four color CMYK) of #dce420 color hex is 0.04, 0.00, 0.86, 0.11. Web safe color of #dce420 is #cccc33. Color #dce420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 00100000
Octal 334 344 40
Decimal 220 228 32
Hex DC E4 20

RGB Percentages of Color #dce420

%45.83
%47.50
%6.67

CMYK Percentages of Color #dce420

%4
%0
%86
%11

Triadic Colors of #dce420

#dce420 #20dce4 #e420dc

Analogous Colors of #dce420

#dce420 #7ae420 #e48a20

Monochromatic Colors of #dce420

#dce420

Complementary Color

#dce420 #2820e4

#dce420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce420 Color CSS Codes

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

#dce420 Text Font Color

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

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


#dce420 Background Color

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

This div background color is #dce420


#dce420 Border Color

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

This div border color is #dce420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce420


Comments

No comments written yet.

Please login to write comment.