Color Hex Logo

#dac5bb Color Hex

#DAC5BB
(218,197,187)
0 Favorites   0 Comments

Color spaces of #dac5bb

RGB 218197187
HSL0.050.300.79
HSV19°14°85°
CMYK 0.000.100.14   0.15
XYZ57.849358.425855.2420
Yxy58.42580.33730.3406
Hunter Lab76.43681.329010.6560
CIE-Lab80.97495.73527.6838

#dac5bb color RGB value is (218,197,187).

#dac5bb hex color red value is 218, green value is 197 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dac5bb hue: 0.05 , saturation: 0.30 and the lightness value of dac5bb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10111011
Octal 332 305 273
Decimal 218 197 187
Hex DA C5 BB

RGB Percentages of Color #dac5bb

%36.21
%32.72
%31.06

CMYK Percentages of Color #dac5bb

%0
%10
%14
%15

Triadic Colors of #dac5bb

#dac5bb #bbdac5 #c5bbda

Analogous Colors of #dac5bb

#dac5bb #dad5bb #dabbc1

Monochromatic Colors of #dac5bb

#dac5bb

Complementary Color

#dac5bb #bbd0da

#dac5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac5bb Color CSS Codes

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

#dac5bb Text Font Color

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

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


#dac5bb Background Color

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

This div background color is #dac5bb


#dac5bb Border Color

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

This div border color is #dac5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac5bb


Comments

No comments written yet.

Please login to write comment.