Color Hex Logo

#d5dae3 Color Hex

#D5DAE3
(213,218,227)
0 Favorites   0 Comments

Color spaces of #d5dae3

RGB 213218227
HSL0.610.200.86
HSV219°89°
CMYK 0.060.040.00   0.11
XYZ66.377169.835082.6541
Yxy69.83500.30330.3191
Hunter Lab83.5673-4.4612-0.1449
CIE-Lab86.91590.0023-5.0036

#d5dae3 color RGB value is (213,218,227).

#d5dae3 hex color red value is 213, green value is 218 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #d5dae3 hue: 0.61 , saturation: 0.20 and the lightness value of d5dae3 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011010 11100011
Octal 325 332 343
Decimal 213 218 227
Hex D5 DA E3

RGB Percentages of Color #d5dae3

%32.37
%33.13
%34.50

CMYK Percentages of Color #d5dae3

%6
%4
%0
%11

Triadic Colors of #d5dae3

#d5dae3 #e3d5da #dae3d5

Analogous Colors of #d5dae3

#d5dae3 #d7d5e3 #d5e1e3

Monochromatic Colors of #d5dae3

#d5dae3

Complementary Color

#d5dae3 #e3ded5

#d5dae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dae3 Color CSS Codes

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

#d5dae3 Text Font Color

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

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


#d5dae3 Background Color

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

This div background color is #d5dae3


#d5dae3 Border Color

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

This div border color is #d5dae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dae3

#d5dae3 Color Palettes


Comments

No comments written yet.

Please login to write comment.