Color Hex Logo

#dde498 Color Hex

#DDE498
(221,228,152)
0 Favorites   0 Comments

Color spaces of #dde498

RGB 221228152
HSL0.180.580.75
HSV66°33°89°
CMYK 0.030.000.33   0.11
XYZ63.229773.126040.4879
Yxy73.12600.35750.4135
Hunter Lab85.5137-17.664431.7878
CIE-Lab88.5078-13.984636.3661

#dde498 color RGB value is (221,228,152).

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

The process color (four color CMYK) of #dde498 color hex is 0.03, 0.00, 0.33, 0.11. Web safe color of #dde498 is #cccc99. Color #dde498 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 10011000
Octal 335 344 230
Decimal 221 228 152
Hex DD E4 98

RGB Percentages of Color #dde498

%36.77
%37.94
%25.29

CMYK Percentages of Color #dde498

%3
%0
%33
%11

Triadic Colors of #dde498

#dde498 #98dde4 #e498dd

Analogous Colors of #dde498

#dde498 #b7e498 #e4c598

Monochromatic Colors of #dde498

#dde498

Complementary Color

#dde498 #9f98e4

#dde498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde498 Color CSS Codes

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

#dde498 Text Font Color

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

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


#dde498 Background Color

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

This div background color is #dde498


#dde498 Border Color

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

This div border color is #dde498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde498


Comments

No comments written yet.

Please login to write comment.