Color Hex Logo

#dadee6 Color Hex

#DADEE6
(218,222,230)
0 Favorites   0 Comments

Color spaces of #dadee6

RGB 218222230
HSL0.610.190.88
HSV220°90°
CMYK 0.050.030.00   0.10
XYZ69.317672.861185.2731
Yxy72.86110.30480.3203
Hunter Lab85.3587-4.42250.5206
CIE-Lab88.38140.1414-4.3838

#dadee6 color RGB value is (218,222,230).

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

The process color (four color CMYK) of #dadee6 color hex is 0.05, 0.03, 0.00, 0.10. Web safe color of #dadee6 is #ccccff. Color #dadee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11100110
Octal 332 336 346
Decimal 218 222 230
Hex DA DE E6

RGB Percentages of Color #dadee6

%32.54
%33.13
%34.33

CMYK Percentages of Color #dadee6

%5
%3
%0
%10

Triadic Colors of #dadee6

#dadee6 #e6dade #dee6da

Analogous Colors of #dadee6

#dadee6 #dcdae6 #dae4e6

Monochromatic Colors of #dadee6

#dadee6

Complementary Color

#dadee6 #e6e2da

#dadee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadee6 Color CSS Codes

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

#dadee6 Text Font Color

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

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


#dadee6 Background Color

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

This div background color is #dadee6


#dadee6 Border Color

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

This div border color is #dadee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadee6


Comments

No comments written yet.

Please login to write comment.