Color Hex Logo

#dde39e Color Hex

#DDE39E
(221,227,158)
0 Favorites   0 Comments

Color spaces of #dde39e

RGB 221227158
HSL0.180.550.75
HSV65°30°89°
CMYK 0.030.000.30   0.11
XYZ63.459472.778943.0508
Yxy72.77890.35400.4059
Hunter Lab85.3106-16.513829.7975
CIE-Lab88.3422-12.742933.1078

#dde39e color RGB value is (221,227,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 10011110
Octal 335 343 236
Decimal 221 227 158
Hex DD E3 9E

RGB Percentages of Color #dde39e

%36.47
%37.46
%26.07

CMYK Percentages of Color #dde39e

%3
%0
%30
%11

Triadic Colors of #dde39e

#dde39e #9edde3 #e39edd

Analogous Colors of #dde39e

#dde39e #bbe39e #e3c79e

Monochromatic Colors of #dde39e

#dde39e

Complementary Color

#dde39e #a49ee3

#dde39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde39e Color CSS Codes

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

#dde39e Text Font Color

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

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


#dde39e Background Color

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

This div background color is #dde39e


#dde39e Border Color

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

This div border color is #dde39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde39e


Comments

No comments written yet.

Please login to write comment.