Color Hex Logo

#dde032 Color Hex

#DDE032
(221,224,50)
0 Favorites   0 Comments

Color spaces of #dde032

RGB 22122450
HSL0.170.740.54
HSV61°78°88°
CMYK 0.010.000.78   0.12
XYZ57.050268.913813.3124
Yxy68.91380.40960.4948
Hunter Lab83.0143-22.604048.6021
CIE-Lab86.4613-19.873277.3927

#dde032 color RGB value is (221,224,50).

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

The process color (four color CMYK) of #dde032 color hex is 0.01, 0.00, 0.78, 0.12. Web safe color of #dde032 is #cccc33. Color #dde032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 00110010
Octal 335 340 62
Decimal 221 224 50
Hex DD E0 32

RGB Percentages of Color #dde032

%44.65
%45.25
%10.10

CMYK Percentages of Color #dde032

%1
%0
%78
%12

Triadic Colors of #dde032

#dde032 #32dde0 #e032dd

Analogous Colors of #dde032

#dde032 #86e032 #e08c32

Monochromatic Colors of #dde032

#dde032

Complementary Color

#dde032 #3532e0

#dde032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde032 Color CSS Codes

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

#dde032 Text Font Color

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

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


#dde032 Background Color

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

This div background color is #dde032


#dde032 Border Color

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

This div border color is #dde032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde032


Comments

No comments written yet.

Please login to write comment.