Color Hex Logo

#ddeea1 Color Hex

#DDEEA1
(221,238,161)
0 Favorites   0 Comments

Color spaces of #ddeea1

RGB 221238161
HSL0.200.690.78
HSV73°32°93°
CMYK 0.070.000.32   0.07
XYZ66.826479.094445.4628
Yxy79.09440.34920.4133
Hunter Lab88.9350-21.510231.9460
CIE-Lab91.2770-17.797035.4761

#ddeea1 color RGB value is (221,238,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10100001
Octal 335 356 241
Decimal 221 238 161
Hex DD EE A1

RGB Percentages of Color #ddeea1

%35.65
%38.39
%25.97

CMYK Percentages of Color #ddeea1

%7
%0
%32
%7

Triadic Colors of #ddeea1

#ddeea1 #a1ddee #eea1dd

Analogous Colors of #ddeea1

#ddeea1 #b7eea1 #eed9a1

Monochromatic Colors of #ddeea1

#ddeea1

Complementary Color

#ddeea1 #b2a1ee

#ddeea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeea1 Color CSS Codes

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

#ddeea1 Text Font Color

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

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


#ddeea1 Background Color

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

This div background color is #ddeea1


#ddeea1 Border Color

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

This div border color is #ddeea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeea1


Comments

No comments written yet.

Please login to write comment.