Color Hex Logo

#dacdab Color Hex

#DACDAB
(218,205,171)
0 Favorites   0 Comments

Color spaces of #dacdab

RGB 218205171
HSL0.120.390.76
HSV43°22°85°
CMYK 0.000.060.22   0.15
XYZ58.095461.508347.3384
Yxy61.50830.34800.3684
Hunter Lab78.4272-5.022819.1118
CIE-Lab82.6512-0.890218.5761

#dacdab color RGB value is (218,205,171).

#dacdab hex color red value is 218, green value is 205 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dacdab hue: 0.12 , saturation: 0.39 and the lightness value of dacdab is 0.76.

The process color (four color CMYK) of #dacdab color hex is 0.00, 0.06, 0.22, 0.15. Web safe color of #dacdab is #cccc99. Color #dacdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 10101011
Octal 332 315 253
Decimal 218 205 171
Hex DA CD AB

RGB Percentages of Color #dacdab

%36.70
%34.51
%28.79

CMYK Percentages of Color #dacdab

%0
%6
%22
%15

Triadic Colors of #dacdab

#dacdab #abdacd #cdabda

Analogous Colors of #dacdab

#dacdab #d0daab #dab6ab

Monochromatic Colors of #dacdab

#dacdab

Complementary Color

#dacdab #abb8da

#dacdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacdab Color CSS Codes

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

#dacdab Text Font Color

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

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


#dacdab Background Color

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

This div background color is #dacdab


#dacdab Border Color

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

This div border color is #dacdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacdab


Comments

No comments written yet.

Please login to write comment.