Color Hex Logo

#dadab6 Color Hex

#DADAB6
(218,218,182)
0 Favorites   0 Comments

Color spaces of #dadab6

RGB 218218182
HSL0.170.330.78
HSV60°17°85°
CMYK 0.000.000.17   0.15
XYZ62.428368.425654.1731
Yxy68.42560.33740.3698
Hunter Lab82.7198-10.046319.0749
CIE-Lab86.2188-5.970417.7605

#dadab6 color RGB value is (218,218,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 10110110
Octal 332 332 266
Decimal 218 218 182
Hex DA DA B6

RGB Percentages of Color #dadab6

%35.28
%35.28
%29.45

CMYK Percentages of Color #dadab6

%0
%0
%17
%15

Triadic Colors of #dadab6

#dadab6 #b6dada #dab6da

Analogous Colors of #dadab6

#dadab6 #c8dab6 #dac8b6

Monochromatic Colors of #dadab6

#dadab6

Complementary Color

#dadab6 #b6b6da

#dadab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadab6 Color CSS Codes

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

#dadab6 Text Font Color

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

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


#dadab6 Background Color

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

This div background color is #dadab6


#dadab6 Border Color

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

This div border color is #dadab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadab6


Comments

No comments written yet.

Please login to write comment.