Color Hex Logo

#dde40a Color Hex

#DDE40A
(221,228,10)
0 Favorites   0 Comments

Color spaces of #dde40a

RGB 22122810
HSL0.170.920.47
HSV62°96°89°
CMYK 0.030.000.96   0.11
XYZ57.617070.880910.9318
Yxy70.88090.41320.5084
Hunter Lab84.1908-25.175251.2350
CIE-Lab87.4271-22.643885.3674

#dde40a color RGB value is (221,228,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 00001010
Octal 335 344 12
Decimal 221 228 10
Hex DD E4 A

RGB Percentages of Color #dde40a

%48.15
%49.67
%2.18

CMYK Percentages of Color #dde40a

%3
%0
%96
%11

Triadic Colors of #dde40a

#dde40a #0adde4 #e40add

Analogous Colors of #dde40a

#dde40a #70e40a #e47e0a

Monochromatic Colors of #dde40a

#dde40a

Complementary Color

#dde40a #110ae4

#dde40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde40a Color CSS Codes

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

#dde40a Text Font Color

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

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


#dde40a Background Color

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

This div background color is #dde40a


#dde40a Border Color

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

This div border color is #dde40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde40a


Comments

No comments written yet.

Please login to write comment.