Color Hex Logo

#dabac1 Color Hex

#DABAC1
(218,186,193)
0 Favorites   0 Comments

Color spaces of #dabac1

RGB 218186193
HSL0.960.300.79
HSV347°15°85°
CMYK 0.000.150.11   0.15
XYZ56.098053.873557.8940
Yxy53.87350.33420.3209
Hunter Lab73.39867.97884.6133
CIE-Lab78.387912.56640.7106

#dabac1 color RGB value is (218,186,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11000001
Octal 332 272 301
Decimal 218 186 193
Hex DA BA C1

RGB Percentages of Color #dabac1

%36.52
%31.16
%32.33

CMYK Percentages of Color #dabac1

%0
%15
%11
%15

Triadic Colors of #dabac1

#dabac1 #c1daba #bac1da

Analogous Colors of #dabac1

#dabac1 #dac3ba #dabad1

Monochromatic Colors of #dabac1

#dabac1

Complementary Color

#dabac1 #badad3

#dabac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabac1 Color CSS Codes

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

#dabac1 Text Font Color

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

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


#dabac1 Background Color

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

This div background color is #dabac1


#dabac1 Border Color

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

This div border color is #dabac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabac1


Comments

No comments written yet.

Please login to write comment.