Color Hex Logo

#dcde19 Color Hex

#DCDE19
(220,222,25)
0 Favorites   0 Comments

Color spaces of #dcde19

RGB 22022225
HSL0.170.800.48
HSV61°89°87°
CMYK 0.010.000.89   0.13
XYZ55.811967.528411.0124
Yxy67.52840.41540.5026
Hunter Lab82.1757-22.574249.5775
CIE-Lab85.7701-19.967582.2825

#dcde19 color RGB value is (220,222,25).

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

The process color (four color CMYK) of #dcde19 color hex is 0.01, 0.00, 0.89, 0.13. Web safe color of #dcde19 is #cccc00. Color #dcde19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 00011001
Octal 334 336 31
Decimal 220 222 25
Hex DC DE 19

RGB Percentages of Color #dcde19

%47.11
%47.54
%5.35

CMYK Percentages of Color #dcde19

%1
%0
%89
%13

Triadic Colors of #dcde19

#dcde19 #19dcde #de19dc

Analogous Colors of #dcde19

#dcde19 #7ade19 #de7e19

Monochromatic Colors of #dcde19

#dcde19

Complementary Color

#dcde19 #1b19de

#dcde19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcde19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcde19 Color CSS Codes

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

#dcde19 Text Font Color

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

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


#dcde19 Background Color

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

This div background color is #dcde19


#dcde19 Border Color

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

This div border color is #dcde19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcde19


Comments

No comments written yet.

Please login to write comment.