Color Hex Logo

#dadee5 Color Hex

#DADEE5
(218,222,229)
0 Favorites   0 Comments

Color spaces of #dadee5

RGB 218222229
HSL0.610.170.88
HSV218°90°
CMYK 0.050.030.00   0.10
XYZ69.177672.805184.5355
Yxy72.80510.30540.3214
Hunter Lab85.3259-4.60220.9874
CIE-Lab88.3547-0.0465-3.8968

#dadee5 color RGB value is (218,222,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11100101
Octal 332 336 345
Decimal 218 222 229
Hex DA DE E5

RGB Percentages of Color #dadee5

%32.59
%33.18
%34.23

CMYK Percentages of Color #dadee5

%5
%3
%0
%10

Triadic Colors of #dadee5

#dadee5 #e5dade #dee5da

Analogous Colors of #dadee5

#dadee5 #dcdae5 #dae4e5

Monochromatic Colors of #dadee5

#dadee5

Complementary Color

#dadee5 #e5e1da

#dadee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadee5 Color CSS Codes

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

#dadee5 Text Font Color

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

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


#dadee5 Background Color

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

This div background color is #dadee5


#dadee5 Border Color

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

This div border color is #dadee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadee5

#dadee5 Color Palettes


Comments

No comments written yet.

Please login to write comment.