Color Hex Logo

#dadec0 Color Hex

#DADEC0
(218,222,192)
0 Favorites   0 Comments

Color spaces of #dadec0

RGB 218222192
HSL0.190.310.81
HSV68°14°87°
CMYK 0.020.000.14   0.13
XYZ64.549170.953760.1625
Yxy70.95370.32990.3626
Hunter Lab84.2340-10.623816.6171
CIE-Lab87.4625-6.464114.2673

#dadec0 color RGB value is (218,222,192).

#dadec0 hex color red value is 218, green value is 222 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dadec0 hue: 0.19 , saturation: 0.31 and the lightness value of dadec0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11000000
Octal 332 336 300
Decimal 218 222 192
Hex DA DE C0

RGB Percentages of Color #dadec0

%34.49
%35.13
%30.38

CMYK Percentages of Color #dadec0

%2
%0
%14
%13

Triadic Colors of #dadec0

#dadec0 #c0dade #dec0da

Analogous Colors of #dadec0

#dadec0 #cbdec0 #ded3c0

Monochromatic Colors of #dadec0

#dadec0

Complementary Color

#dadec0 #c4c0de

#dadec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadec0 Color CSS Codes

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

#dadec0 Text Font Color

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

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


#dadec0 Background Color

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

This div background color is #dadec0


#dadec0 Border Color

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

This div border color is #dadec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadec0


Comments

No comments written yet.

Please login to write comment.