Color Hex Logo

#ddebca Color Hex

#DDEBCA
(221,235,202)
0 Favorites   0 Comments

Color spaces of #ddebca

RGB 221235202
HSL0.240.450.86
HSV85°14°92°
CMYK 0.060.000.14   0.08
XYZ70.187879.053167.4366
Yxy79.05310.32390.3648
Hunter Lab88.9118-14.686117.2688
CIE-Lab91.2583-10.383514.4474

#ddebca color RGB value is (221,235,202).

#ddebca hex color red value is 221, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddebca hue: 0.24 , saturation: 0.45 and the lightness value of ddebca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11001010
Octal 335 353 312
Decimal 221 235 202
Hex DD EB CA

RGB Percentages of Color #ddebca

%33.59
%35.71
%30.70

CMYK Percentages of Color #ddebca

%6
%0
%14
%8

Triadic Colors of #ddebca

#ddebca #caddeb #ebcadd

Analogous Colors of #ddebca

#ddebca #cdebca #ebe9ca

Monochromatic Colors of #ddebca

#ddebca

Complementary Color

#ddebca #d8caeb

#ddebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebca Color CSS Codes

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

#ddebca Text Font Color

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

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


#ddebca Background Color

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

This div background color is #ddebca


#ddebca Border Color

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

This div border color is #ddebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebca


Comments

No comments written yet.

Please login to write comment.