Color Hex Logo

#debbaa Color Hex

#DEBBAA
(222,187,170)
0 Favorites   0 Comments

Color spaces of #debbaa

RGB 222187170
HSL0.050.440.77
HSV20°23°87°
CMYK 0.000.160.23   0.13
XYZ55.150253.972545.5412
Yxy53.97250.35660.3490
Hunter Lab73.46605.432814.6726
CIE-Lab78.44579.941913.2673

#debbaa color RGB value is (222,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 10101010
Octal 336 273 252
Decimal 222 187 170
Hex DE BB AA

RGB Percentages of Color #debbaa

%38.34
%32.30
%29.36

CMYK Percentages of Color #debbaa

%0
%16
%23
%13

Triadic Colors of #debbaa

#debbaa #aadebb #bbaade

Analogous Colors of #debbaa

#debbaa #ded5aa #deaab3

Monochromatic Colors of #debbaa

#debbaa

Complementary Color

#debbaa #aacdde

#debbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#debbaa Color CSS Codes

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

#debbaa Text Font Color

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

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


#debbaa Background Color

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

This div background color is #debbaa


#debbaa Border Color

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

This div border color is #debbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debbaa


Comments

No comments written yet.

Please login to write comment.