Color Hex Logo

#dadbc6 Color Hex

#DADBC6
(218,219,198)
0 Favorites   0 Comments

Color spaces of #dadbc6

RGB 218219198
HSL0.170.230.82
HSV63°10°86°
CMYK 0.000.000.10   0.14
XYZ64.438069.645763.4728
Yxy69.64570.32620.3525
Hunter Lab83.4540-8.217913.3235
CIE-Lab86.8228-3.959010.2078

#dadbc6 color RGB value is (218,219,198).

#dadbc6 hex color red value is 218, green value is 219 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #dadbc6 hue: 0.17 , saturation: 0.23 and the lightness value of dadbc6 is 0.82.

The process color (four color CMYK) of #dadbc6 color hex is 0.00, 0.00, 0.10, 0.14. Web safe color of #dadbc6 is #cccccc. Color #dadbc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11000110
Octal 332 333 306
Decimal 218 219 198
Hex DA DB C6

RGB Percentages of Color #dadbc6

%34.33
%34.49
%31.18

CMYK Percentages of Color #dadbc6

%0
%0
%10
%14

Triadic Colors of #dadbc6

#dadbc6 #c6dadb #dbc6da

Analogous Colors of #dadbc6

#dadbc6 #d0dbc6 #dbd2c6

Monochromatic Colors of #dadbc6

#dadbc6

Complementary Color

#dadbc6 #c7c6db

#dadbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbc6 Color CSS Codes

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

#dadbc6 Text Font Color

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

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


#dadbc6 Background Color

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

This div background color is #dadbc6


#dadbc6 Border Color

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

This div border color is #dadbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbc6


Comments

No comments written yet.

Please login to write comment.