Color Hex Logo

#ddebba Color Hex

#DDEBBA
(221,235,186)
0 Favorites   0 Comments

Color spaces of #ddebba

RGB 221235186
HSL0.210.550.83
HSV77°21°92°
CMYK 0.060.000.21   0.08
XYZ68.390178.334057.9698
Yxy78.33400.33410.3827
Hunter Lab88.5065-16.957123.1209
CIE-Lab90.9321-12.869222.2678

#ddebba color RGB value is (221,235,186).

#ddebba hex color red value is 221, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ddebba hue: 0.21 , saturation: 0.55 and the lightness value of ddebba is 0.83.

The process color (four color CMYK) of #ddebba color hex is 0.06, 0.00, 0.21, 0.08. Web safe color of #ddebba is #ccffcc. Color #ddebba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10111010
Octal 335 353 272
Decimal 221 235 186
Hex DD EB BA

RGB Percentages of Color #ddebba

%34.42
%36.60
%28.97

CMYK Percentages of Color #ddebba

%6
%0
%21
%8

Triadic Colors of #ddebba

#ddebba #baddeb #ebbadd

Analogous Colors of #ddebba

#ddebba #c5ebba #ebe1ba

Monochromatic Colors of #ddebba

#ddebba

Complementary Color

#ddebba #c8baeb

#ddebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebba Color CSS Codes

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

#ddebba Text Font Color

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

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


#ddebba Background Color

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

This div background color is #ddebba


#ddebba Border Color

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

This div border color is #ddebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebba


Comments

No comments written yet.

Please login to write comment.