Color Hex Logo

#dde097 Color Hex

#DDE097
(221,224,151)
0 Favorites   0 Comments

Color spaces of #dde097

RGB 221224151
HSL0.170.540.74
HSV62°33°88°
CMYK 0.010.000.33   0.12
XYZ62.060470.917839.6957
Yxy70.91780.35940.4107
Hunter Lab84.2127-15.827031.0011
CIE-Lab87.4451-12.111335.4780

#dde097 color RGB value is (221,224,151).

#dde097 hex color red value is 221, green value is 224 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dde097 hue: 0.17 , saturation: 0.54 and the lightness value of dde097 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 10010111
Octal 335 340 227
Decimal 221 224 151
Hex DD E0 97

RGB Percentages of Color #dde097

%37.08
%37.58
%25.34

CMYK Percentages of Color #dde097

%1
%0
%33
%12

Triadic Colors of #dde097

#dde097 #97dde0 #e097dd

Analogous Colors of #dde097

#dde097 #b9e097 #e0bf97

Monochromatic Colors of #dde097

#dde097

Complementary Color

#dde097 #9a97e0

#dde097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde097 Color CSS Codes

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

#dde097 Text Font Color

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

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


#dde097 Background Color

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

This div background color is #dde097


#dde097 Border Color

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

This div border color is #dde097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde097


Comments

No comments written yet.

Please login to write comment.