Color Hex Logo

#dedbaa Color Hex

#DEDBAA
(222,219,170)
0 Favorites   0 Comments

Color spaces of #dedbaa

RGB 222219170
HSL0.160.440.77
HSV57°23°87°
CMYK 0.000.010.23   0.13
XYZ62.711469.094948.0616
Yxy69.09490.34870.3841
Hunter Lab83.1233-10.798723.9051
CIE-Lab86.5510-6.746324.5322

#dedbaa color RGB value is (222,219,170).

#dedbaa hex color red value is 222, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dedbaa hue: 0.16 , saturation: 0.44 and the lightness value of dedbaa is 0.77.

The process color (four color CMYK) of #dedbaa color hex is 0.00, 0.01, 0.23, 0.13. Web safe color of #dedbaa is #cccc99. Color #dedbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 10101010
Octal 336 333 252
Decimal 222 219 170
Hex DE DB AA

RGB Percentages of Color #dedbaa

%36.33
%35.84
%27.82

CMYK Percentages of Color #dedbaa

%0
%1
%23
%13

Triadic Colors of #dedbaa

#dedbaa #aadedb #dbaade

Analogous Colors of #dedbaa

#dedbaa #c7deaa #dec1aa

Monochromatic Colors of #dedbaa

#dedbaa

Complementary Color

#dedbaa #aaadde

#dedbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbaa Color CSS Codes

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

#dedbaa Text Font Color

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

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


#dedbaa Background Color

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

This div background color is #dedbaa


#dedbaa Border Color

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

This div border color is #dedbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,219,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 #dedbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbaa


Comments

No comments written yet.

Please login to write comment.