Color Hex Logo

#dde196 Color Hex

#DDE196
(221,225,150)
0 Favorites   0 Comments

Color spaces of #dde196

RGB 221225150
HSL0.180.560.74
HSV63°33°88°
CMYK 0.020.000.33   0.12
XYZ62.249071.424639.3596
Yxy71.42460.35980.4128
Hunter Lab84.5131-16.421831.5465
CIE-Lab87.6909-12.732036.3063

#dde196 color RGB value is (221,225,150).

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

The process color (four color CMYK) of #dde196 color hex is 0.02, 0.00, 0.33, 0.12. Web safe color of #dde196 is #cccc99. Color #dde196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 10010110
Octal 335 341 226
Decimal 221 225 150
Hex DD E1 96

RGB Percentages of Color #dde196

%37.08
%37.75
%25.17

CMYK Percentages of Color #dde196

%2
%0
%33
%12

Triadic Colors of #dde196

#dde196 #96dde1 #e196dd

Analogous Colors of #dde196

#dde196 #b8e196 #e1c096

Monochromatic Colors of #dde196

#dde196

Complementary Color

#dde196 #9a96e1

#dde196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde196 Color CSS Codes

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

#dde196 Text Font Color

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

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


#dde196 Background Color

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

This div background color is #dde196


#dde196 Border Color

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

This div border color is #dde196


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,225,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 #dde196">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde196


Comments

No comments written yet.

Please login to write comment.