Color Hex Logo

#dab0bd Color Hex

#DAB0BD
(218,176,189)
0 Favorites   0 Comments

Color spaces of #dab0bd

RGB 218176189
HSL0.950.360.77
HSV341°19°85°
CMYK 0.000.190.13   0.15
XYZ53.624149.630254.8974
Yxy49.63020.33910.3138
Hunter Lab70.448712.58533.1122
CIE-Lab75.841717.2832-0.8342

#dab0bd color RGB value is (218,176,189).

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

The process color (four color CMYK) of #dab0bd color hex is 0.00, 0.19, 0.13, 0.15. Web safe color of #dab0bd is #cc99cc. Color #dab0bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10111101
Octal 332 260 275
Decimal 218 176 189
Hex DA B0 BD

RGB Percentages of Color #dab0bd

%37.39
%30.19
%32.42

CMYK Percentages of Color #dab0bd

%0
%19
%13
%15

Triadic Colors of #dab0bd

#dab0bd #bddab0 #b0bdda

Analogous Colors of #dab0bd

#dab0bd #dab8b0 #dab0d2

Monochromatic Colors of #dab0bd

#dab0bd

Complementary Color

#dab0bd #b0dacd

#dab0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab0bd Color CSS Codes

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

#dab0bd Text Font Color

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

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


#dab0bd Background Color

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

This div background color is #dab0bd


#dab0bd Border Color

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

This div border color is #dab0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab0bd


Comments

No comments written yet.

Please login to write comment.