Color Hex Logo

#dabdbb Color Hex

#DABDBB
(218,189,187)
0 Favorites   0 Comments

Color spaces of #dabdbb

RGB 218189187
HSL0.010.300.79
HSV14°85°
CMYK 0.000.130.14   0.15
XYZ56.080754.888554.6525
Yxy54.88850.33860.3314
Hunter Lab74.08685.46548.1236
CIE-Lab78.97709.98414.8085

#dabdbb color RGB value is (218,189,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10111011
Octal 332 275 273
Decimal 218 189 187
Hex DA BD BB

RGB Percentages of Color #dabdbb

%36.70
%31.82
%31.48

CMYK Percentages of Color #dabdbb

%0
%13
%14
%15

Triadic Colors of #dabdbb

#dabdbb #bbdabd #bdbbda

Analogous Colors of #dabdbb

#dabdbb #dacdbb #dabbc9

Monochromatic Colors of #dabdbb

#dabdbb

Complementary Color

#dabdbb #bbd8da

#dabdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdbb Color CSS Codes

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

#dabdbb Text Font Color

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

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


#dabdbb Background Color

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

This div background color is #dabdbb


#dabdbb Border Color

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

This div border color is #dabdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdbb


Comments

No comments written yet.

Please login to write comment.