Color Hex Logo

#daccb1 Color Hex

#DACCB1
(218,204,177)
0 Favorites   0 Comments

Color spaces of #daccb1

RGB 218204177
HSL0.110.360.77
HSV40°19°85°
CMYK 0.000.060.19   0.15
XYZ58.442161.265550.3402
Yxy61.26550.34370.3603
Hunter Lab78.2723-3.699216.6587
CIE-Lab82.52130.512515.2148

#daccb1 color RGB value is (218,204,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10110001
Octal 332 314 261
Decimal 218 204 177
Hex DA CC B1

RGB Percentages of Color #daccb1

%36.39
%34.06
%29.55

CMYK Percentages of Color #daccb1

%0
%6
%19
%15

Triadic Colors of #daccb1

#daccb1 #b1dacc #ccb1da

Analogous Colors of #daccb1

#daccb1 #d4dab1 #dab8b1

Monochromatic Colors of #daccb1

#daccb1

Complementary Color

#daccb1 #b1bfda

#daccb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccb1 Color CSS Codes

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

#daccb1 Text Font Color

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

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


#daccb1 Background Color

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

This div background color is #daccb1


#daccb1 Border Color

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

This div border color is #daccb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccb1


Comments

No comments written yet.

Please login to write comment.