Color Hex Logo

#dab0bc Color Hex

#DAB0BC
(218,176,188)
0 Favorites   0 Comments

Color spaces of #dab0bc

RGB 218176188
HSL0.950.360.77
HSV343°19°85°
CMYK 0.000.190.14   0.15
XYZ53.515949.586954.3276
Yxy49.58690.33990.3150
Hunter Lab70.418012.42413.5502
CIE-Lab75.815017.1203-0.3276

#dab0bc color RGB value is (218,176,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10111100
Octal 332 260 274
Decimal 218 176 188
Hex DA B0 BC

RGB Percentages of Color #dab0bc

%37.46
%30.24
%32.30

CMYK Percentages of Color #dab0bc

%0
%19
%14
%15

Triadic Colors of #dab0bc

#dab0bc #bcdab0 #b0bcda

Analogous Colors of #dab0bc

#dab0bc #dab9b0 #dab0d1

Monochromatic Colors of #dab0bc

#dab0bc

Complementary Color

#dab0bc #b0dace

#dab0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab0bc Color CSS Codes

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

#dab0bc Text Font Color

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

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


#dab0bc Background Color

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

This div background color is #dab0bc


#dab0bc Border Color

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

This div border color is #dab0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab0bc


Comments

No comments written yet.

Please login to write comment.