Color Hex Logo

#dde3aa Color Hex

#DDE3AA
(221,227,170)
0 Favorites   0 Comments

Color spaces of #dde3aa

RGB 221227170
HSL0.180.500.78
HSV66°25°89°
CMYK 0.030.000.25   0.11
XYZ64.543673.212648.7598
Yxy73.21260.34600.3925
Hunter Lab85.5644-15.090126.1080
CIE-Lab88.5490-11.159827.2431

#dde3aa color RGB value is (221,227,170).

#dde3aa hex color red value is 221, green value is 227 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dde3aa hue: 0.18 , saturation: 0.50 and the lightness value of dde3aa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 10101010
Octal 335 343 252
Decimal 221 227 170
Hex DD E3 AA

RGB Percentages of Color #dde3aa

%35.76
%36.73
%27.51

CMYK Percentages of Color #dde3aa

%3
%0
%25
%11

Triadic Colors of #dde3aa

#dde3aa #aadde3 #e3aadd

Analogous Colors of #dde3aa

#dde3aa #c1e3aa #e3cdaa

Monochromatic Colors of #dde3aa

#dde3aa

Complementary Color

#dde3aa #b0aae3

#dde3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde3aa Color CSS Codes

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

#dde3aa Text Font Color

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

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


#dde3aa Background Color

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

This div background color is #dde3aa


#dde3aa Border Color

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

This div border color is #dde3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde3aa


Comments

No comments written yet.

Please login to write comment.