Color Hex Logo

#dde43e Color Hex

#DDE43E
(221,228,62)
0 Favorites   0 Comments

Color spaces of #dde43e

RGB 22122862
HSL0.170.750.57
HSV63°73°89°
CMYK 0.030.000.73   0.11
XYZ58.431771.206815.2220
Yxy71.20680.40340.4916
Hunter Lab84.3841-24.070148.3736
CIE-Lab87.5854-21.340874.7947

#dde43e color RGB value is (221,228,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 00111110
Octal 335 344 76
Decimal 221 228 62
Hex DD E4 3E

RGB Percentages of Color #dde43e

%43.25
%44.62
%12.13

CMYK Percentages of Color #dde43e

%3
%0
%73
%11

Triadic Colors of #dde43e

#dde43e #3edde4 #e43edd

Analogous Colors of #dde43e

#dde43e #8ae43e #e4983e

Monochromatic Colors of #dde43e

#dde43e

Complementary Color

#dde43e #453ee4

#dde43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde43e Color CSS Codes

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

#dde43e Text Font Color

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

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


#dde43e Background Color

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

This div background color is #dde43e


#dde43e Border Color

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

This div border color is #dde43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde43e


Comments

No comments written yet.

Please login to write comment.