Color Hex Logo

#dadce2 Color Hex

#DADCE2
(218,220,226)
0 Favorites   0 Comments

Color spaces of #dadce2

RGB 218220226
HSL0.630.120.87
HSV225°89°
CMYK 0.040.030.00   0.11
XYZ68.234171.582882.1720
Yxy71.58280.30740.3225
Hunter Lab84.6066-4.10371.6407
CIE-Lab87.76740.4308-3.1801

#dadce2 color RGB value is (218,220,226).

#dadce2 hex color red value is 218, green value is 220 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dadce2 hue: 0.63 , saturation: 0.12 and the lightness value of dadce2 is 0.87.

The process color (four color CMYK) of #dadce2 color hex is 0.04, 0.03, 0.00, 0.11. Web safe color of #dadce2 is #cccccc. Color #dadce2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 11100010
Octal 332 334 342
Decimal 218 220 226
Hex DA DC E2

RGB Percentages of Color #dadce2

%32.83
%33.13
%34.04

CMYK Percentages of Color #dadce2

%4
%3
%0
%11

Triadic Colors of #dadce2

#dadce2 #e2dadc #dce2da

Analogous Colors of #dadce2

#dadce2 #dcdae2 #dae0e2

Monochromatic Colors of #dadce2

#dadce2

Complementary Color

#dadce2 #e2e0da

#dadce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadce2 Color CSS Codes

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

#dadce2 Text Font Color

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

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


#dadce2 Background Color

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

This div background color is #dadce2


#dadce2 Border Color

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

This div border color is #dadce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadce2


Comments

No comments written yet.

Please login to write comment.