Color Hex Logo

#ddeea0 Color Hex

#DDEEA0
(221,238,160)
0 Favorites   0 Comments

Color spaces of #ddeea0

RGB 221238160
HSL0.200.700.78
HSV73°33°93°
CMYK 0.070.000.33   0.07
XYZ66.738579.059345.0002
Yxy79.05930.34980.4144
Hunter Lab88.9153-21.622332.2339
CIE-Lab91.2611-17.923635.9575

#ddeea0 color RGB value is (221,238,160).

#ddeea0 hex color red value is 221, green value is 238 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ddeea0 hue: 0.20 , saturation: 0.70 and the lightness value of ddeea0 is 0.78.

The process color (four color CMYK) of #ddeea0 color hex is 0.07, 0.00, 0.33, 0.07. Web safe color of #ddeea0 is #ccff99. Color #ddeea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10100000
Octal 335 356 240
Decimal 221 238 160
Hex DD EE A0

RGB Percentages of Color #ddeea0

%35.70
%38.45
%25.85

CMYK Percentages of Color #ddeea0

%7
%0
%33
%7

Triadic Colors of #ddeea0

#ddeea0 #a0ddee #eea0dd

Analogous Colors of #ddeea0

#ddeea0 #b6eea0 #eed8a0

Monochromatic Colors of #ddeea0

#ddeea0

Complementary Color

#ddeea0 #b1a0ee

#ddeea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeea0 Color CSS Codes

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

#ddeea0 Text Font Color

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

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


#ddeea0 Background Color

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

This div background color is #ddeea0


#ddeea0 Border Color

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

This div border color is #ddeea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeea0


Comments

No comments written yet.

Please login to write comment.