Color Hex Logo

#dab1bd Color Hex

#DAB1BD
(218,177,189)
0 Favorites   0 Comments

Color spaces of #dab1bd

RGB 218177189
HSL0.950.360.77
HSV342°19°85°
CMYK 0.000.190.13   0.15
XYZ53.820950.023854.9630
Yxy50.02380.33890.3150
Hunter Lab70.727512.05853.4344
CIE-Lab76.083916.7442-0.4801

#dab1bd color RGB value is (218,177,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10111101
Octal 332 261 275
Decimal 218 177 189
Hex DA B1 BD

RGB Percentages of Color #dab1bd

%37.33
%30.31
%32.36

CMYK Percentages of Color #dab1bd

%0
%19
%13
%15

Triadic Colors of #dab1bd

#dab1bd #bddab1 #b1bdda

Analogous Colors of #dab1bd

#dab1bd #dabab1 #dab1d2

Monochromatic Colors of #dab1bd

#dab1bd

Complementary Color

#dab1bd #b1dace

#dab1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab1bd Color CSS Codes

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

#dab1bd Text Font Color

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

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


#dab1bd Background Color

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

This div background color is #dab1bd


#dab1bd Border Color

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

This div border color is #dab1bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,177,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 #dab1bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab1bd


Comments

No comments written yet.

Please login to write comment.