Color Hex Logo

#dde96e Color Hex

#DDE96E
(221,233,110)
0 Favorites   0 Comments

Color spaces of #dde96e

RGB 221233110
HSL0.180.740.67
HSV66°53°91°
CMYK 0.050.000.53   0.09
XYZ61.772274.775825.9293
Yxy74.77580.38020.4602
Hunter Lab86.4730-23.815842.7527
CIE-Lab89.2879-20.727057.5636

#dde96e color RGB value is (221,233,110).

#dde96e hex color red value is 221, green value is 233 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dde96e hue: 0.18 , saturation: 0.74 and the lightness value of dde96e is 0.67.

The process color (four color CMYK) of #dde96e color hex is 0.05, 0.00, 0.53, 0.09. Web safe color of #dde96e is #ccff66. Color #dde96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 01101110
Octal 335 351 156
Decimal 221 233 110
Hex DD E9 6E

RGB Percentages of Color #dde96e

%39.18
%41.31
%19.50

CMYK Percentages of Color #dde96e

%5
%0
%53
%9

Triadic Colors of #dde96e

#dde96e #6edde9 #e96edd

Analogous Colors of #dde96e

#dde96e #a0e96e #e9b86e

Monochromatic Colors of #dde96e

#dde96e

Complementary Color

#dde96e #7a6ee9

#dde96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde96e Color CSS Codes

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

#dde96e Text Font Color

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

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


#dde96e Background Color

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

This div background color is #dde96e


#dde96e Border Color

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

This div border color is #dde96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde96e


Comments

No comments written yet.

Please login to write comment.