Color Hex Logo

#dde698 Color Hex

#DDE698
(221,230,152)
0 Favorites   0 Comments

Color spaces of #dde698

RGB 221230152
HSL0.190.610.75
HSV67°34°90°
CMYK 0.040.000.34   0.10
XYZ63.783174.232840.6724
Yxy74.23280.35700.4154
Hunter Lab86.1585-18.633832.3222
CIE-Lab89.0324-14.976337.0525

#dde698 color RGB value is (221,230,152).

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

The process color (four color CMYK) of #dde698 color hex is 0.04, 0.00, 0.34, 0.10. Web safe color of #dde698 is #ccff99. Color #dde698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 10011000
Octal 335 346 230
Decimal 221 230 152
Hex DD E6 98

RGB Percentages of Color #dde698

%36.65
%38.14
%25.21

CMYK Percentages of Color #dde698

%4
%0
%34
%10

Triadic Colors of #dde698

#dde698 #98dde6 #e698dd

Analogous Colors of #dde698

#dde698 #b6e698 #e6c898

Monochromatic Colors of #dde698

#dde698

Complementary Color

#dde698 #a198e6

#dde698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde698 Color CSS Codes

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

#dde698 Text Font Color

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

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


#dde698 Background Color

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

This div background color is #dde698


#dde698 Border Color

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

This div border color is #dde698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde698


Comments

No comments written yet.

Please login to write comment.