Color Hex Logo

#ddeba9 Color Hex

#DDEBA9
(221,235,169)
0 Favorites   0 Comments

Color spaces of #ddeba9

RGB 221235169
HSL0.200.620.79
HSV73°28°92°
CMYK 0.060.000.28   0.08
XYZ66.688677.653449.0099
Yxy77.65340.34490.4016
Hunter Lab88.1212-19.126328.7098
CIE-Lab90.6215-15.277430.5552

#ddeba9 color RGB value is (221,235,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10101001
Octal 335 353 251
Decimal 221 235 169
Hex DD EB A9

RGB Percentages of Color #ddeba9

%35.36
%37.60
%27.04

CMYK Percentages of Color #ddeba9

%6
%0
%28
%8

Triadic Colors of #ddeba9

#ddeba9 #a9ddeb #eba9dd

Analogous Colors of #ddeba9

#ddeba9 #bceba9 #ebd8a9

Monochromatic Colors of #ddeba9

#ddeba9

Complementary Color

#ddeba9 #b7a9eb

#ddeba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeba9 Color CSS Codes

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

#ddeba9 Text Font Color

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

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


#ddeba9 Background Color

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

This div background color is #ddeba9


#ddeba9 Border Color

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

This div border color is #ddeba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeba9


Comments

No comments written yet.

Please login to write comment.