Color Hex Logo

#daccab Color Hex

#DACCAB
(218,204,171)
0 Favorites   0 Comments

Color spaces of #daccab

RGB 218204171
HSL0.120.390.76
HSV42°22°85°
CMYK 0.000.060.22   0.15
XYZ57.857061.031447.2589
Yxy61.03140.34820.3673
Hunter Lab78.1226-4.518818.8194
CIE-Lab82.3956-0.369618.2202

#daccab color RGB value is (218,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10101011
Octal 332 314 253
Decimal 218 204 171
Hex DA CC AB

RGB Percentages of Color #daccab

%36.76
%34.40
%28.84

CMYK Percentages of Color #daccab

%0
%6
%22
%15

Triadic Colors of #daccab

#daccab #abdacc #ccabda

Analogous Colors of #daccab

#daccab #d1daab #dab5ab

Monochromatic Colors of #daccab

#daccab

Complementary Color

#daccab #abb9da

#daccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccab Color CSS Codes

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

#daccab Text Font Color

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

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


#daccab Background Color

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

This div background color is #daccab


#daccab Border Color

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

This div border color is #daccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccab


Comments

No comments written yet.

Please login to write comment.