Color Hex Logo

#dde96d Color Hex

#DDE96D
(221,233,109)
0 Favorites   0 Comments

Color spaces of #dde96d

RGB 221233109
HSL0.180.740.67
HSV66°53°91°
CMYK 0.050.000.53   0.09
XYZ61.718074.754125.6441
Yxy74.75410.38070.4611
Hunter Lab86.4605-23.887342.9370
CIE-Lab89.2777-20.809858.0022

#dde96d color RGB value is (221,233,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 01101101
Octal 335 351 155
Decimal 221 233 109
Hex DD E9 6D

RGB Percentages of Color #dde96d

%39.25
%41.39
%19.36

CMYK Percentages of Color #dde96d

%5
%0
%53
%9

Triadic Colors of #dde96d

#dde96d #6ddde9 #e96ddd

Analogous Colors of #dde96d

#dde96d #9fe96d #e9b76d

Monochromatic Colors of #dde96d

#dde96d

Complementary Color

#dde96d #796de9

#dde96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde96d Color CSS Codes

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

#dde96d Text Font Color

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

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


#dde96d Background Color

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

This div background color is #dde96d


#dde96d Border Color

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

This div border color is #dde96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde96d


Comments

No comments written yet.

Please login to write comment.