Color Hex Logo

#dad3bb Color Hex

#DAD3BB
(218,211,187)
0 Favorites   0 Comments

Color spaces of #dad3bb

RGB 218211187
HSL0.130.300.79
HSV46°14°85°
CMYK 0.000.030.14   0.15
XYZ61.177365.081856.3514
Yxy65.08180.33500.3564
Hunter Lab80.6733-5.815615.0564
CIE-Lab84.5259-1.595912.7454

#dad3bb color RGB value is (218,211,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 10111011
Octal 332 323 273
Decimal 218 211 187
Hex DA D3 BB

RGB Percentages of Color #dad3bb

%35.39
%34.25
%30.36

CMYK Percentages of Color #dad3bb

%0
%3
%14
%15

Triadic Colors of #dad3bb

#dad3bb #bbdad3 #d3bbda

Analogous Colors of #dad3bb

#dad3bb #d2dabb #dac4bb

Monochromatic Colors of #dad3bb

#dad3bb

Complementary Color

#dad3bb #bbc2da

#dad3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad3bb Color CSS Codes

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

#dad3bb Text Font Color

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

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


#dad3bb Background Color

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

This div background color is #dad3bb


#dad3bb Border Color

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

This div border color is #dad3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad3bb


Comments

No comments written yet.

Please login to write comment.