Color Hex Logo

#dabdb5 Color Hex

#DABDB5
(218,189,181)
1 Favorites   0 Comments

Color spaces of #dabdb5

RGB 218189181
HSL0.040.330.78
HSV13°17°85°
CMYK 0.000.130.17   0.15
XYZ55.451554.636851.3394
Yxy54.63680.34350.3385
Hunter Lab73.91674.554510.5614
CIE-Lab78.83169.03667.8368

#dabdb5 color RGB value is (218,189,181).

#dabdb5 hex color red value is 218, green value is 189 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dabdb5 hue: 0.04 , saturation: 0.33 and the lightness value of dabdb5 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 10110101
Octal 332 275 265
Decimal 218 189 181
Hex DA BD B5

RGB Percentages of Color #dabdb5

%37.07
%32.14
%30.78

CMYK Percentages of Color #dabdb5

%0
%13
%17
%15

Triadic Colors of #dabdb5

#dabdb5 #b5dabd #bdb5da

Analogous Colors of #dabdb5

#dabdb5 #dad0b5 #dab5c0

Monochromatic Colors of #dabdb5

#dabdb5

Complementary Color

#dabdb5 #b5d2da

#dabdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdb5 Color CSS Codes

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

#dabdb5 Text Font Color

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

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


#dabdb5 Background Color

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

This div background color is #dabdb5


#dabdb5 Border Color

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

This div border color is #dabdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdb5

#dabdb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.