Color Hex Logo

#ddeda5 Color Hex

#DDEDA5
(221,237,165)
0 Favorites   0 Comments

Color spaces of #ddeda5

RGB 221237165
HSL0.200.670.79
HSV73°30°93°
CMYK 0.070.000.30   0.07
XYZ66.894578.657147.2539
Yxy78.65710.34700.4080
Hunter Lab88.6888-20.569930.4921
CIE-Lab91.0789-16.792233.1967

#ddeda5 color RGB value is (221,237,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10100101
Octal 335 355 245
Decimal 221 237 165
Hex DD ED A5

RGB Percentages of Color #ddeda5

%35.47
%38.04
%26.48

CMYK Percentages of Color #ddeda5

%7
%0
%30
%7

Triadic Colors of #ddeda5

#ddeda5 #a5dded #eda5dd

Analogous Colors of #ddeda5

#ddeda5 #b9eda5 #edd9a5

Monochromatic Colors of #ddeda5

#ddeda5

Complementary Color

#ddeda5 #b5a5ed

#ddeda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeda5 Color CSS Codes

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

#ddeda5 Text Font Color

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

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


#ddeda5 Background Color

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

This div background color is #ddeda5


#ddeda5 Border Color

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

This div border color is #ddeda5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,237,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 #ddeda5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeda5


Comments

No comments written yet.

Please login to write comment.