Color Hex Logo

#ddebab Color Hex

#DDEBAB
(221,235,171)
0 Favorites   0 Comments

Color spaces of #ddebab

RGB 221235171
HSL0.200.620.80
HSV73°27°92°
CMYK 0.060.000.27   0.08
XYZ66.877877.729150.0065
Yxy77.72910.34360.3994
Hunter Lab88.1641-18.884228.0857
CIE-Lab90.6561-15.006929.5830

#ddebab color RGB value is (221,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10101011
Octal 335 353 253
Decimal 221 235 171
Hex DD EB AB

RGB Percentages of Color #ddebab

%35.25
%37.48
%27.27

CMYK Percentages of Color #ddebab

%6
%0
%27
%8

Triadic Colors of #ddebab

#ddebab #abddeb #ebabdd

Analogous Colors of #ddebab

#ddebab #bdebab #ebd9ab

Monochromatic Colors of #ddebab

#ddebab

Complementary Color

#ddebab #b9abeb

#ddebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebab Color CSS Codes

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

#ddebab Text Font Color

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

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


#ddebab Background Color

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

This div background color is #ddebab


#ddebab Border Color

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

This div border color is #ddebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebab


Comments

No comments written yet.

Please login to write comment.