Color Hex Logo

#dce419 Color Hex

#DCE419
(220,228,25)
0 Favorites   0 Comments

Color spaces of #dce419

RGB 22022825
HSL0.170.800.50
HSV62°89°89°
CMYK 0.040.000.89   0.11
XYZ57.434170.772611.5531
Yxy70.77260.41090.5064
Hunter Lab84.1265-25.357350.7462
CIE-Lab87.3744-22.864983.5478

#dce419 color RGB value is (220,228,25).

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

The process color (four color CMYK) of #dce419 color hex is 0.04, 0.00, 0.89, 0.11. Web safe color of #dce419 is #cccc00. Color #dce419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 00011001
Octal 334 344 31
Decimal 220 228 25
Hex DC E4 19

RGB Percentages of Color #dce419

%46.51
%48.20
%5.29

CMYK Percentages of Color #dce419

%4
%0
%89
%11

Triadic Colors of #dce419

#dce419 #19dce4 #e419dc

Analogous Colors of #dce419

#dce419 #77e419 #e48719

Monochromatic Colors of #dce419

#dce419

Complementary Color

#dce419 #2119e4

#dce419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce419 Color CSS Codes

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

#dce419 Text Font Color

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

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


#dce419 Background Color

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

This div background color is #dce419


#dce419 Border Color

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

This div border color is #dce419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce419


Comments

No comments written yet.

Please login to write comment.