Color Hex Logo

#dde384 Color Hex

#DDE384
(221,227,132)
0 Favorites   0 Comments

Color spaces of #dde384

RGB 221227132
HSL0.180.630.70
HSV64°42°89°
CMYK 0.030.000.42   0.11
XYZ61.452771.976332.4837
Yxy71.97630.37040.4338
Hunter Lab84.8388-19.172236.6858
CIE-Lab87.9572-15.739245.5980

#dde384 color RGB value is (221,227,132).

#dde384 hex color red value is 221, green value is 227 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dde384 hue: 0.18 , saturation: 0.63 and the lightness value of dde384 is 0.70.

The process color (four color CMYK) of #dde384 color hex is 0.03, 0.00, 0.42, 0.11. Web safe color of #dde384 is #cccc99. Color #dde384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 10000100
Octal 335 343 204
Decimal 221 227 132
Hex DD E3 84

RGB Percentages of Color #dde384

%38.10
%39.14
%22.76

CMYK Percentages of Color #dde384

%3
%0
%42
%11

Triadic Colors of #dde384

#dde384 #84dde3 #e384dd

Analogous Colors of #dde384

#dde384 #aee384 #e3ba84

Monochromatic Colors of #dde384

#dde384

Complementary Color

#dde384 #8a84e3

#dde384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde384 Color CSS Codes

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

#dde384 Text Font Color

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

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


#dde384 Background Color

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

This div background color is #dde384


#dde384 Border Color

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

This div border color is #dde384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde384


Comments

No comments written yet.

Please login to write comment.