Color Hex Logo

#ddebaa Color Hex

#DDEBAA
(221,235,170)
0 Favorites   0 Comments

Color spaces of #ddebaa

RGB 221235170
HSL0.200.620.79
HSV73°28°92°
CMYK 0.060.000.28   0.08
XYZ66.782877.691149.5063
Yxy77.69110.34430.4005
Hunter Lab88.1426-19.005728.3989
CIE-Lab90.6388-15.142730.0692

#ddebaa color RGB value is (221,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10101010
Octal 335 353 252
Decimal 221 235 170
Hex DD EB AA

RGB Percentages of Color #ddebaa

%35.30
%37.54
%27.16

CMYK Percentages of Color #ddebaa

%6
%0
%28
%8

Triadic Colors of #ddebaa

#ddebaa #aaddeb #ebaadd

Analogous Colors of #ddebaa

#ddebaa #bdebaa #ebd9aa

Monochromatic Colors of #ddebaa

#ddebaa

Complementary Color

#ddebaa #b8aaeb

#ddebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebaa Color CSS Codes

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

#ddebaa Text Font Color

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

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


#ddebaa Background Color

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

This div background color is #ddebaa


#ddebaa Border Color

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

This div border color is #ddebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebaa


Comments

No comments written yet.

Please login to write comment.