Color Hex Logo

#debabd Color Hex

#DEBABD
(222,186,189)
0 Favorites   0 Comments

Color spaces of #debabd

RGB 222186189
HSL0.990.350.80
HSV355°16°87°
CMYK 0.000.160.15   0.13
XYZ56.868454.321555.6319
Yxy54.32150.34090.3256
Hunter Lab73.70318.74796.8395
CIE-Lab78.648813.35303.2989

#debabd color RGB value is (222,186,189).

#debabd hex color red value is 222, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #debabd hue: 0.99 , saturation: 0.35 and the lightness value of debabd is 0.80.

The process color (four color CMYK) of #debabd color hex is 0.00, 0.16, 0.15, 0.13. Web safe color of #debabd is #cccccc. Color #debabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 10111101
Octal 336 272 275
Decimal 222 186 189
Hex DE BA BD

RGB Percentages of Color #debabd

%37.19
%31.16
%31.66

CMYK Percentages of Color #debabd

%0
%16
%15
%13

Triadic Colors of #debabd

#debabd #bddeba #babdde

Analogous Colors of #debabd

#debabd #dec9ba #debacf

Monochromatic Colors of #debabd

#debabd

Complementary Color

#debabd #badedb

#debabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#debabd Color CSS Codes

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

#debabd Text Font Color

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

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


#debabd Background Color

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

This div background color is #debabd


#debabd Border Color

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

This div border color is #debabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debabd


Comments

No comments written yet.

Please login to write comment.