Color Hex Logo

#dad3bc Color Hex

#DAD3BC
(218,211,188)
0 Favorites   0 Comments

Color spaces of #dad3bc

RGB 218211188
HSL0.130.290.80
HSV46°14°85°
CMYK 0.000.030.14   0.15
XYZ61.284865.124856.9172
Yxy65.12480.33430.3552
Hunter Lab80.6999-5.669214.6731
CIE-Lab84.5480-1.438612.2479

#dad3bc color RGB value is (218,211,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 10111100
Octal 332 323 274
Decimal 218 211 188
Hex DA D3 BC

RGB Percentages of Color #dad3bc

%35.33
%34.20
%30.47

CMYK Percentages of Color #dad3bc

%0
%3
%14
%15

Triadic Colors of #dad3bc

#dad3bc #bcdad3 #d3bcda

Analogous Colors of #dad3bc

#dad3bc #d2dabc #dac4bc

Monochromatic Colors of #dad3bc

#dad3bc

Complementary Color

#dad3bc #bcc3da

#dad3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad3bc Color CSS Codes

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

#dad3bc Text Font Color

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

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


#dad3bc Background Color

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

This div background color is #dad3bc


#dad3bc Border Color

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

This div border color is #dad3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad3bc


Comments

No comments written yet.

Please login to write comment.