Color Hex Logo

#ddedac Color Hex

#DDEDAC
(221,237,172)
0 Favorites   0 Comments

Color spaces of #ddedac

RGB 221237172
HSL0.210.640.80
HSV75°27°93°
CMYK 0.070.000.27   0.07
XYZ67.549478.919150.7024
Yxy78.91910.34260.4003
Hunter Lab88.8364-19.736028.3464
CIE-Lab91.1977-15.857429.8041

#ddedac color RGB value is (221,237,172).

#ddedac hex color red value is 221, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ddedac hue: 0.21 , saturation: 0.64 and the lightness value of ddedac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10101100
Octal 335 355 254
Decimal 221 237 172
Hex DD ED AC

RGB Percentages of Color #ddedac

%35.08
%37.62
%27.30

CMYK Percentages of Color #ddedac

%7
%0
%27
%7

Triadic Colors of #ddedac

#ddedac #acdded #edacdd

Analogous Colors of #ddedac

#ddedac #bdedac #edddac

Monochromatic Colors of #ddedac

#ddedac

Complementary Color

#ddedac #bcaced

#ddedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedac Color CSS Codes

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

#ddedac Text Font Color

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

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


#ddedac Background Color

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

This div background color is #ddedac


#ddedac Border Color

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

This div border color is #ddedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedac


Comments

No comments written yet.

Please login to write comment.