Color Hex Logo

#dadcdb Color Hex

#DADCDB
(218,220,219)
0 Favorites   0 Comments

Color spaces of #dadcdb

RGB 218220219
HSL0.420.030.86
HSV150°86°
CMYK 0.010.000.00   0.14
XYZ67.292871.206377.2153
Yxy71.20630.31200.3301
Hunter Lab84.3838-5.32494.8154
CIE-Lab87.5851-0.85190.2432

#dadcdb color RGB value is (218,220,219).

#dadcdb hex color red value is 218, green value is 220 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dadcdb hue: 0.42 , saturation: 0.03 and the lightness value of dadcdb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 11011011
Octal 332 334 333
Decimal 218 220 219
Hex DA DC DB

RGB Percentages of Color #dadcdb

%33.18
%33.49
%33.33

CMYK Percentages of Color #dadcdb

%1
%0
%0
%14

Triadic Colors of #dadcdb

#dadcdb #dbdadc #dcdbda

Analogous Colors of #dadcdb

#dadcdb #dadcdc #dadcda

Monochromatic Colors of #dadcdb

#dadcdb

Complementary Color

#dadcdb #dcdadb

#dadcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcdb Color CSS Codes

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

#dadcdb Text Font Color

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

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


#dadcdb Background Color

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

This div background color is #dadcdb


#dadcdb Border Color

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

This div border color is #dadcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcdb

#dadcdb Color Palettes


Comments

No comments written yet.

Please login to write comment.