Color Hex Logo

#ddedab Color Hex

#DDEDAB
(221,237,171)
0 Favorites   0 Comments

Color spaces of #ddedab

RGB 221237171
HSL0.210.650.80
HSV75°28°93°
CMYK 0.070.000.28   0.07
XYZ67.453778.880850.1984
Yxy78.88080.34320.4014
Hunter Lab88.8149-19.857728.6595
CIE-Lab91.1803-15.993530.2896

#ddedab color RGB value is (221,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10101011
Octal 335 355 253
Decimal 221 237 171
Hex DD ED AB

RGB Percentages of Color #ddedab

%35.14
%37.68
%27.19

CMYK Percentages of Color #ddedab

%7
%0
%28
%7

Triadic Colors of #ddedab

#ddedab #abdded #edabdd

Analogous Colors of #ddedab

#ddedab #bcedab #eddcab

Monochromatic Colors of #ddedab

#ddedab

Complementary Color

#ddedab #bbabed

#ddedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedab Color CSS Codes

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

#ddedab Text Font Color

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

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


#ddedab Background Color

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

This div background color is #ddedab


#ddedab Border Color

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

This div border color is #ddedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedab


Comments

No comments written yet.

Please login to write comment.