Color Hex Logo

#debaab Color Hex

#DEBAAB
(222,186,171)
0 Favorites   0 Comments

Color spaces of #debaab

RGB 222186171
HSL0.050.440.77
HSV18°23°87°
CMYK 0.000.160.23   0.13
XYZ55.033853.587745.9709
Yxy53.58770.35600.3466
Hunter Lab73.20366.088314.0092
CIE-Lab78.220710.618012.4104

#debaab color RGB value is (222,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 10101011
Octal 336 272 253
Decimal 222 186 171
Hex DE BA AB

RGB Percentages of Color #debaab

%38.34
%32.12
%29.53

CMYK Percentages of Color #debaab

%0
%16
%23
%13

Triadic Colors of #debaab

#debaab #abdeba #baabde

Analogous Colors of #debaab

#debaab #ded4ab #deabb6

Monochromatic Colors of #debaab

#debaab

Complementary Color

#debaab #abcfde

#debaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#debaab Color CSS Codes

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

#debaab Text Font Color

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

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


#debaab Background Color

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

This div background color is #debaab


#debaab Border Color

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

This div border color is #debaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debaab


Comments

No comments written yet.

Please login to write comment.