Color Hex Logo

#dabdba Color Hex

#DABDBA
(218,189,186)
0 Favorites   0 Comments

Color spaces of #dabdba

RGB 218189186
HSL0.020.300.79
HSV15°85°
CMYK 0.000.130.15   0.15
XYZ55.974054.845854.0905
Yxy54.84580.33940.3326
Hunter Lab74.05805.31138.5363
CIE-Lab78.95249.82425.3128

#dabdba color RGB value is (218,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10111010
Octal 332 275 272
Decimal 218 189 186
Hex DA BD BA

RGB Percentages of Color #dabdba

%36.76
%31.87
%31.37

CMYK Percentages of Color #dabdba

%0
%13
%15
%15

Triadic Colors of #dabdba

#dabdba #badabd #bdbada

Analogous Colors of #dabdba

#dabdba #dacdba #dabac7

Monochromatic Colors of #dabdba

#dabdba

Complementary Color

#dabdba #bad7da

#dabdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdba Color CSS Codes

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

#dabdba Text Font Color

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

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


#dabdba Background Color

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

This div background color is #dabdba


#dabdba Border Color

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

This div border color is #dabdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdba


Comments

No comments written yet.

Please login to write comment.