Color Hex Logo

#dce519 Color Hex

#DCE519
(220,229,25)
0 Favorites   0 Comments

Color spaces of #dce519

RGB 22022925
HSL0.170.800.50
HSV63°89°90°
CMYK 0.040.000.89   0.10
XYZ57.710071.324511.6451
Yxy71.32450.41020.5070
Hunter Lab84.4538-25.819550.9424
CIE-Lab87.6424-23.344383.7593

#dce519 color RGB value is (220,229,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 00011001
Octal 334 345 31
Decimal 220 229 25
Hex DC E5 19

RGB Percentages of Color #dce519

%46.41
%48.31
%5.27

CMYK Percentages of Color #dce519

%4
%0
%89
%10

Triadic Colors of #dce519

#dce519 #19dce5 #e519dc

Analogous Colors of #dce519

#dce519 #76e519 #e58819

Monochromatic Colors of #dce519

#dce519

Complementary Color

#dce519 #2219e5

#dce519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce519 Color CSS Codes

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

#dce519 Text Font Color

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

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


#dce519 Background Color

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

This div background color is #dce519


#dce519 Border Color

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

This div border color is #dce519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce519


Comments

No comments written yet.

Please login to write comment.