Color Hex Logo

#dde042 Color Hex

#DDE042
(221,224,66)
0 Favorites   0 Comments

Color spaces of #dde042

RGB 22122466
HSL0.170.720.57
HSV61°71°88°
CMYK 0.010.000.71   0.12
XYZ57.457869.076815.4591
Yxy69.07680.40470.4865
Hunter Lab83.1125-22.045147.1506
CIE-Lab86.5421-19.219072.4597

#dde042 color RGB value is (221,224,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 01000010
Octal 335 340 102
Decimal 221 224 66
Hex DD E0 42

RGB Percentages of Color #dde042

%43.25
%43.84
%12.92

CMYK Percentages of Color #dde042

%1
%0
%71
%12

Triadic Colors of #dde042

#dde042 #42dde0 #e042dd

Analogous Colors of #dde042

#dde042 #8ee042 #e09442

Monochromatic Colors of #dde042

#dde042

Complementary Color

#dde042 #4542e0

#dde042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde042 Color CSS Codes

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

#dde042 Text Font Color

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

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


#dde042 Background Color

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

This div background color is #dde042


#dde042 Border Color

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

This div border color is #dde042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde042


Comments

No comments written yet.

Please login to write comment.