Color Hex Logo

#dde62e Color Hex

#DDE62E
(221,230,46)
0 Favorites   0 Comments

Color spaces of #dde62e

RGB 22123046
HSL0.170.790.54
HSV63°80°90°
CMYK 0.040.000.80   0.10
XYZ58.608772.163013.4246
Yxy72.16300.40650.5004
Hunter Lab84.9488-25.508050.0945
CIE-Lab88.0470-22.901679.8484

#dde62e color RGB value is (221,230,46).

#dde62e hex color red value is 221, green value is 230 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dde62e hue: 0.17 , saturation: 0.79 and the lightness value of dde62e is 0.54.

The process color (four color CMYK) of #dde62e color hex is 0.04, 0.00, 0.80, 0.10. Web safe color of #dde62e is #ccff33. Color #dde62e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 00101110
Octal 335 346 56
Decimal 221 230 46
Hex DD E6 2E

RGB Percentages of Color #dde62e

%44.47
%46.28
%9.26

CMYK Percentages of Color #dde62e

%4
%0
%80
%10

Triadic Colors of #dde62e

#dde62e #2edde6 #e62edd

Analogous Colors of #dde62e

#dde62e #81e62e #e6932e

Monochromatic Colors of #dde62e

#dde62e

Complementary Color

#dde62e #372ee6

#dde62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde62e Color CSS Codes

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

#dde62e Text Font Color

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

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


#dde62e Background Color

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

This div background color is #dde62e


#dde62e Border Color

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

This div border color is #dde62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde62e


Comments

No comments written yet.

Please login to write comment.