Color Hex Logo

#ddeea5 Color Hex

#DDEEA5
(221,238,165)
0 Favorites   0 Comments

Color spaces of #ddeea5

RGB 221238165
HSL0.210.680.79
HSV74°31°93°
CMYK 0.070.000.31   0.07
XYZ67.184979.237847.3507
Yxy79.23780.34670.4089
Hunter Lab89.0156-21.053730.7724
CIE-Lab91.3418-17.282633.5466

#ddeea5 color RGB value is (221,238,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 10100101
Octal 335 356 245
Decimal 221 238 165
Hex DD EE A5

RGB Percentages of Color #ddeea5

%35.42
%38.14
%26.44

CMYK Percentages of Color #ddeea5

%7
%0
%31
%7

Triadic Colors of #ddeea5

#ddeea5 #a5ddee #eea5dd

Analogous Colors of #ddeea5

#ddeea5 #b9eea5 #eedba5

Monochromatic Colors of #ddeea5

#ddeea5

Complementary Color

#ddeea5 #b6a5ee

#ddeea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeea5 Color CSS Codes

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

#ddeea5 Text Font Color

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

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


#ddeea5 Background Color

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

This div background color is #ddeea5


#ddeea5 Border Color

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

This div border color is #ddeea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeea5


Comments

No comments written yet.

Please login to write comment.