Color Hex Logo

#dde493 Color Hex

#DDE493
(221,228,147)
0 Favorites   0 Comments

Color spaces of #dde493

RGB 221228147
HSL0.180.600.74
HSV65°36°89°
CMYK 0.030.000.36   0.11
XYZ62.828772.965538.3761
Yxy72.96550.36070.4189
Hunter Lab85.4198-18.193033.1570
CIE-Lab88.4313-14.579538.7795

#dde493 color RGB value is (221,228,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 10010011
Octal 335 344 223
Decimal 221 228 147
Hex DD E4 93

RGB Percentages of Color #dde493

%37.08
%38.26
%24.66

CMYK Percentages of Color #dde493

%3
%0
%36
%11

Triadic Colors of #dde493

#dde493 #93dde4 #e493dd

Analogous Colors of #dde493

#dde493 #b5e493 #e4c393

Monochromatic Colors of #dde493

#dde493

Complementary Color

#dde493 #9a93e4

#dde493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde493 Color CSS Codes

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

#dde493 Text Font Color

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

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


#dde493 Background Color

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

This div background color is #dde493


#dde493 Border Color

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

This div border color is #dde493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde493


Comments

No comments written yet.

Please login to write comment.