Color Hex Logo

#ddedda Color Hex

#DDEDDA
(221,237,218)
0 Favorites   0 Comments

Color spaces of #ddedda

RGB 221237218
HSL0.310.350.89
HSV111°93°
CMYK 0.070.000.08   0.07
XYZ72.757981.002578.1300
Yxy81.00250.31380.3493
Hunter Lab90.0014-13.201511.5315
CIE-Lab92.1328-8.70267.3825

#ddedda color RGB value is (221,237,218).

#ddedda hex color red value is 221, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddedda hue: 0.31 , saturation: 0.35 and the lightness value of ddedda is 0.89.

The process color (four color CMYK) of #ddedda color hex is 0.07, 0.00, 0.08, 0.07. Web safe color of #ddedda is #ccffcc. Color #ddedda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11011010
Octal 335 355 332
Decimal 221 237 218
Hex DD ED DA

RGB Percentages of Color #ddedda

%32.69
%35.06
%32.25

CMYK Percentages of Color #ddedda

%7
%0
%8
%7

Triadic Colors of #ddedda

#ddedda #dadded #eddadd

Analogous Colors of #ddedda

#ddedda #daede1 #e7edda

Monochromatic Colors of #ddedda

#ddedda

Complementary Color

#ddedda #eadaed

#ddedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedda Color CSS Codes

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

#ddedda Text Font Color

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

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


#ddedda Background Color

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

This div background color is #ddedda


#ddedda Border Color

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

This div border color is #ddedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedda


Comments

No comments written yet.

Please login to write comment.