Color Hex Logo

#d5dbef Color Hex

#D5DBEF
(213,219,239)
0 Favorites   0 Comments

Color spaces of #d5dbef

RGB 213219239
HSL0.630.450.89
HSV226°11°94°
CMYK 0.110.080.00   0.06
XYZ68.352171.041291.7711
Yxy71.04120.29570.3073
Hunter Lab84.2859-2.7449-5.5552
CIE-Lab87.50501.8196-10.4634

#d5dbef color RGB value is (213,219,239).

#d5dbef hex color red value is 213, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d5dbef hue: 0.63 , saturation: 0.45 and the lightness value of d5dbef is 0.89.

The process color (four color CMYK) of #d5dbef color hex is 0.11, 0.08, 0.00, 0.06. Web safe color of #d5dbef is #ccccff. Color #d5dbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011011 11101111
Octal 325 333 357
Decimal 213 219 239
Hex D5 DB EF

RGB Percentages of Color #d5dbef

%31.74
%32.64
%35.62

CMYK Percentages of Color #d5dbef

%11
%8
%0
%6

Triadic Colors of #d5dbef

#d5dbef #efd5db #dbefd5

Analogous Colors of #d5dbef

#d5dbef #dcd5ef #d5e8ef

Monochromatic Colors of #d5dbef

#d5dbef

Complementary Color

#d5dbef #efe9d5

#d5dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dbef Color CSS Codes

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

#d5dbef Text Font Color

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

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


#d5dbef Background Color

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

This div background color is #d5dbef


#d5dbef Border Color

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

This div border color is #d5dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dbef


Comments

No comments written yet.

Please login to write comment.