Color Hex Logo

#d5daeb Color Hex

#D5DAEB
(213,218,235)
0 Favorites   0 Comments

Color spaces of #d5daeb

RGB 213218235
HSL0.630.350.88
HSV226°92°
CMYK 0.090.070.00   0.08
XYZ67.507470.287188.6060
Yxy70.28710.29820.3105
Hunter Lab83.8374-2.9840-3.9762
CIE-Lab87.13751.5509-8.8997

#d5daeb color RGB value is (213,218,235).

#d5daeb hex color red value is 213, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d5daeb hue: 0.63 , saturation: 0.35 and the lightness value of d5daeb is 0.88.

The process color (four color CMYK) of #d5daeb color hex is 0.09, 0.07, 0.00, 0.08. Web safe color of #d5daeb is #ccccff. Color #d5daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011010 11101011
Octal 325 332 353
Decimal 213 218 235
Hex D5 DA EB

RGB Percentages of Color #d5daeb

%31.98
%32.73
%35.29

CMYK Percentages of Color #d5daeb

%9
%7
%0
%8

Triadic Colors of #d5daeb

#d5daeb #ebd5da #daebd5

Analogous Colors of #d5daeb

#d5daeb #dbd5eb #d5e5eb

Monochromatic Colors of #d5daeb

#d5daeb

Complementary Color

#d5daeb #ebe6d5

#d5daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5daeb Color CSS Codes

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

#d5daeb Text Font Color

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

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


#d5daeb Background Color

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

This div background color is #d5daeb


#d5daeb Border Color

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

This div border color is #d5daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5daeb


Comments

No comments written yet.

Please login to write comment.