Color Hex Logo

#dde996 Color Hex

#DDE996
(221,233,150)
0 Favorites   0 Comments

Color spaces of #dde996

RGB 221233150
HSL0.190.650.75
HSV69°36°91°
CMYK 0.050.000.36   0.09
XYZ64.462775.852040.0975
Yxy75.85200.35730.4204
Hunter Lab87.0931-20.294533.6681
CIE-Lab89.7906-16.695139.0416

#dde996 color RGB value is (221,233,150).

#dde996 hex color red value is 221, green value is 233 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dde996 hue: 0.19 , saturation: 0.65 and the lightness value of dde996 is 0.75.

The process color (four color CMYK) of #dde996 color hex is 0.05, 0.00, 0.36, 0.09. Web safe color of #dde996 is #ccff99. Color #dde996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101001 10010110
Octal 335 351 226
Decimal 221 233 150
Hex DD E9 96

RGB Percentages of Color #dde996

%36.59
%38.58
%24.83

CMYK Percentages of Color #dde996

%5
%0
%36
%9

Triadic Colors of #dde996

#dde996 #96dde9 #e996dd

Analogous Colors of #dde996

#dde996 #b4e996 #e9cc96

Monochromatic Colors of #dde996

#dde996

Complementary Color

#dde996 #a296e9

#dde996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde996 Color CSS Codes

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

#dde996 Text Font Color

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

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


#dde996 Background Color

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

This div background color is #dde996


#dde996 Border Color

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

This div border color is #dde996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde996


Comments

No comments written yet.

Please login to write comment.