Color Hex Logo

#dde404 Color Hex

#DDE404
(221,228,4)
0 Favorites   0 Comments

Color spaces of #dde404

RGB 2212284
HSL0.170.970.45
HSV62°98°89°
CMYK 0.030.000.98   0.11
XYZ57.584170.867710.7587
Yxy70.86770.41360.5091
Hunter Lab84.1830-25.219951.3507
CIE-Lab87.4207-22.696785.8495

#dde404 color RGB value is (221,228,4).

#dde404 hex color red value is 221, green value is 228 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dde404 hue: 0.17 , saturation: 0.97 and the lightness value of dde404 is 0.45.

The process color (four color CMYK) of #dde404 color hex is 0.03, 0.00, 0.98, 0.11. Web safe color of #dde404 is #cccc00. Color #dde404 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 00000100
Octal 335 344 4
Decimal 221 228 4
Hex DD E4 4

RGB Percentages of Color #dde404

%48.79
%50.33
%0.88

CMYK Percentages of Color #dde404

%3
%0
%98
%11

Triadic Colors of #dde404

#dde404 #04dde4 #e404dd

Analogous Colors of #dde404

#dde404 #6de404 #e47b04

Monochromatic Colors of #dde404

#dde404

Complementary Color

#dde404 #0b04e4

#dde404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde404 Color CSS Codes

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

#dde404 Text Font Color

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

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


#dde404 Background Color

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

This div background color is #dde404


#dde404 Border Color

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

This div border color is #dde404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde404


Comments

No comments written yet.

Please login to write comment.