Color Hex Logo

#ddeea3 Color Hex

#DDEEA3
(221,238,163)
0 Favorites   0 Comments

Color spaces of #ddeea3

RGB 221238163
HSL0.200.690.79
HSV74°32°93°
CMYK 0.070.000.32   0.07
XYZ67.004279.165646.3993
Yxy79.16560.34790.4111
Hunter Lab88.9751-21.283831.3636
CIE-Lab91.3092-17.541734.5121

#ddeea3 color RGB value is (221,238,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10100011
Octal 335 356 243
Decimal 221 238 163
Hex DD EE A3

RGB Percentages of Color #ddeea3

%35.53
%38.26
%26.21

CMYK Percentages of Color #ddeea3

%7
%0
%32
%7

Triadic Colors of #ddeea3

#ddeea3 #a3ddee #eea3dd

Analogous Colors of #ddeea3

#ddeea3 #b8eea3 #eedaa3

Monochromatic Colors of #ddeea3

#ddeea3

Complementary Color

#ddeea3 #b4a3ee

#ddeea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeea3 Color CSS Codes

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

#ddeea3 Text Font Color

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

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


#ddeea3 Background Color

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

This div background color is #ddeea3


#ddeea3 Border Color

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

This div border color is #ddeea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeea3


Comments

No comments written yet.

Please login to write comment.