Color Hex Logo

#dde32e Color Hex

#DDE32E
(221,227,46)
0 Favorites   0 Comments

Color spaces of #dde32e

RGB 22122746
HSL0.170.760.54
HSV62°80°89°
CMYK 0.030.000.80   0.11
XYZ57.781070.507613.1487
Yxy70.50760.40850.4985
Hunter Lab83.9688-24.115249.4939
CIE-Lab87.2452-21.458779.1527

#dde32e color RGB value is (221,227,46).

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

The process color (four color CMYK) of #dde32e color hex is 0.03, 0.00, 0.80, 0.11. Web safe color of #dde32e is #cccc33. Color #dde32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 00101110
Octal 335 343 56
Decimal 221 227 46
Hex DD E3 2E

RGB Percentages of Color #dde32e

%44.74
%45.95
%9.31

CMYK Percentages of Color #dde32e

%3
%0
%80
%11

Triadic Colors of #dde32e

#dde32e #2edde3 #e32edd

Analogous Colors of #dde32e

#dde32e #83e32e #e38f2e

Monochromatic Colors of #dde32e

#dde32e

Complementary Color

#dde32e #342ee3

#dde32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde32e Color CSS Codes

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

#dde32e Text Font Color

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

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


#dde32e Background Color

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

This div background color is #dde32e


#dde32e Border Color

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

This div border color is #dde32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde32e


Comments

No comments written yet.

Please login to write comment.