Color Hex Logo

#ddebae Color Hex

#DDEBAE
(221,235,174)
0 Favorites   0 Comments

Color spaces of #ddebae

RGB 221235174
HSL0.200.600.80
HSV74°26°92°
CMYK 0.060.000.26   0.08
XYZ67.167177.844851.5299
Yxy77.84480.34170.3961
Hunter Lab88.2297-18.514327.1329
CIE-Lab90.7090-14.594628.1229

#ddebae color RGB value is (221,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10101110
Octal 335 353 256
Decimal 221 235 174
Hex DD EB AE

RGB Percentages of Color #ddebae

%35.08
%37.30
%27.62

CMYK Percentages of Color #ddebae

%6
%0
%26
%8

Triadic Colors of #ddebae

#ddebae #aeddeb #ebaedd

Analogous Colors of #ddebae

#ddebae #bfebae #ebdbae

Monochromatic Colors of #ddebae

#ddebae

Complementary Color

#ddebae #bcaeeb

#ddebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebae Color CSS Codes

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

#ddebae Text Font Color

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

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


#ddebae Background Color

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

This div background color is #ddebae


#ddebae Border Color

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

This div border color is #ddebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebae


Comments

No comments written yet.

Please login to write comment.