Color Hex Logo

#dab0bf Color Hex

#DAB0BF
(218,176,191)
0 Favorites   0 Comments

Color spaces of #dab0bf

RGB 218176191
HSL0.940.360.77
HSV339°19°85°
CMYK 0.000.190.12   0.15
XYZ53.842749.717756.0489
Yxy49.71770.33730.3115
Hunter Lab70.510812.91042.2280
CIE-Lab75.895717.6113-1.8465

#dab0bf color RGB value is (218,176,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10111111
Octal 332 260 277
Decimal 218 176 191
Hex DA B0 BF

RGB Percentages of Color #dab0bf

%37.26
%30.09
%32.65

CMYK Percentages of Color #dab0bf

%0
%19
%12
%15

Triadic Colors of #dab0bf

#dab0bf #bfdab0 #b0bfda

Analogous Colors of #dab0bf

#dab0bf #dab6b0 #dab0d4

Monochromatic Colors of #dab0bf

#dab0bf

Complementary Color

#dab0bf #b0dacb

#dab0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab0bf Color CSS Codes

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

#dab0bf Text Font Color

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

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


#dab0bf Background Color

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

This div background color is #dab0bf


#dab0bf Border Color

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

This div border color is #dab0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab0bf


Comments

No comments written yet.

Please login to write comment.