Color Hex Logo

#daccb0 Color Hex

#DACCB0
(218,204,176)
0 Favorites   0 Comments

Color spaces of #daccb0

RGB 218204176
HSL0.110.360.77
HSV40°19°85°
CMYK 0.000.060.19   0.15
XYZ58.342861.225749.8171
Yxy61.22570.34440.3615
Hunter Lab78.2469-3.838017.0249
CIE-Lab82.49990.363515.7156

#daccb0 color RGB value is (218,204,176).

#daccb0 hex color red value is 218, green value is 204 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #daccb0 hue: 0.11 , saturation: 0.36 and the lightness value of daccb0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10110000
Octal 332 314 260
Decimal 218 204 176
Hex DA CC B0

RGB Percentages of Color #daccb0

%36.45
%34.11
%29.43

CMYK Percentages of Color #daccb0

%0
%6
%19
%15

Triadic Colors of #daccb0

#daccb0 #b0dacc #ccb0da

Analogous Colors of #daccb0

#daccb0 #d3dab0 #dab7b0

Monochromatic Colors of #daccb0

#daccb0

Complementary Color

#daccb0 #b0beda

#daccb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccb0 Color CSS Codes

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

#daccb0 Text Font Color

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

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


#daccb0 Background Color

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

This div background color is #daccb0


#daccb0 Border Color

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

This div border color is #daccb0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,204,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccb0

#daccb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.