Color Hex Logo

#dac6bc Color Hex

#DAC6BC
(218,198,188)
0 Favorites   0 Comments

Color spaces of #dac6bc

RGB 218198188
HSL0.060.290.80
HSV20°14°85°
CMYK 0.000.090.14   0.15
XYZ58.184658.924455.8838
Yxy58.92440.33630.3406
Hunter Lab76.76220.966410.5697
CIE-Lab81.25005.36667.5427

#dac6bc color RGB value is (218,198,188).

#dac6bc hex color red value is 218, green value is 198 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dac6bc hue: 0.06 , saturation: 0.29 and the lightness value of dac6bc is 0.80.

The process color (four color CMYK) of #dac6bc color hex is 0.00, 0.09, 0.14, 0.15. Web safe color of #dac6bc is #cccccc. Color #dac6bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10111100
Octal 332 306 274
Decimal 218 198 188
Hex DA C6 BC

RGB Percentages of Color #dac6bc

%36.09
%32.78
%31.13

CMYK Percentages of Color #dac6bc

%0
%9
%14
%15

Triadic Colors of #dac6bc

#dac6bc #bcdac6 #c6bcda

Analogous Colors of #dac6bc

#dac6bc #dad5bc #dabcc1

Monochromatic Colors of #dac6bc

#dac6bc

Complementary Color

#dac6bc #bcd0da

#dac6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac6bc Color CSS Codes

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

#dac6bc Text Font Color

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

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


#dac6bc Background Color

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

This div background color is #dac6bc


#dac6bc Border Color

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

This div border color is #dac6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac6bc


Comments

No comments written yet.

Please login to write comment.