Color Hex Logo

#dde119 Color Hex

#DDE119
(221,225,25)
0 Favorites   0 Comments

Color spaces of #dde119

RGB 22122525
HSL0.170.800.49
HSV61°89°88°
CMYK 0.020.000.89   0.12
XYZ56.919569.292811.2946
Yxy69.29280.41390.5039
Hunter Lab83.2423-23.619150.2249
CIE-Lab86.6488-21.003783.0084

#dde119 color RGB value is (221,225,25).

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

The process color (four color CMYK) of #dde119 color hex is 0.02, 0.00, 0.89, 0.12. Web safe color of #dde119 is #cccc00. Color #dde119 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 00011001
Octal 335 341 31
Decimal 221 225 25
Hex DD E1 19

RGB Percentages of Color #dde119

%46.92
%47.77
%5.31

CMYK Percentages of Color #dde119

%2
%0
%89
%12

Triadic Colors of #dde119

#dde119 #19dde1 #e119dd

Analogous Colors of #dde119

#dde119 #79e119 #e18119

Monochromatic Colors of #dde119

#dde119

Complementary Color

#dde119 #1d19e1

#dde119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde119 Color CSS Codes

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

#dde119 Text Font Color

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

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


#dde119 Background Color

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

This div background color is #dde119


#dde119 Border Color

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

This div border color is #dde119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde119


Comments

No comments written yet.

Please login to write comment.