Color Hex Logo

#dedbab Color Hex

#DEDBAB
(222,219,171)
0 Favorites   0 Comments

Color spaces of #dedbab

RGB 222219171
HSL0.160.440.77
HSV56°23°87°
CMYK 0.000.010.23   0.13
XYZ62.806469.132948.5618
Yxy69.13290.34800.3830
Hunter Lab83.1462-10.671723.5738
CIE-Lab86.5698-6.607624.0381

#dedbab color RGB value is (222,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 10101011
Octal 336 333 253
Decimal 222 219 171
Hex DE DB AB

RGB Percentages of Color #dedbab

%36.27
%35.78
%27.94

CMYK Percentages of Color #dedbab

%0
%1
%23
%13

Triadic Colors of #dedbab

#dedbab #abdedb #dbabde

Analogous Colors of #dedbab

#dedbab #c8deab #dec2ab

Monochromatic Colors of #dedbab

#dedbab

Complementary Color

#dedbab #abaede

#dedbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbab Color CSS Codes

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

#dedbab Text Font Color

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

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


#dedbab Background Color

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

This div background color is #dedbab


#dedbab Border Color

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

This div border color is #dedbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbab


Comments

No comments written yet.

Please login to write comment.