Color Hex Logo

#d5dbfd Color Hex

#D5DBFD
(213,219,253)
0 Favorites   0 Comments

Color spaces of #d5dbfd

RGB 213219253
HSL0.640.910.91
HSV231°16°99°
CMYK 0.160.130.00   0.01
XYZ70.501771.9010103.0910
Yxy71.90100.28720.2929
Hunter Lab84.79450.0222-12.7272
CIE-Lab87.92094.6746-17.2149

#d5dbfd color RGB value is (213,219,253).

#d5dbfd hex color red value is 213, green value is 219 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d5dbfd hue: 0.64 , saturation: 0.91 and the lightness value of d5dbfd is 0.91.

The process color (four color CMYK) of #d5dbfd color hex is 0.16, 0.13, 0.00, 0.01. Web safe color of #d5dbfd is #ccccff. Color #d5dbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011011 11111101
Octal 325 333 375
Decimal 213 219 253
Hex D5 DB FD

RGB Percentages of Color #d5dbfd

%31.09
%31.97
%36.93

CMYK Percentages of Color #d5dbfd

%16
%13
%0
%1

Triadic Colors of #d5dbfd

#d5dbfd #fdd5db #dbfdd5

Analogous Colors of #d5dbfd

#d5dbfd #e3d5fd #d5effd

Monochromatic Colors of #d5dbfd

#d5dbfd

Complementary Color

#d5dbfd #fdf7d5

#d5dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dbfd Color CSS Codes

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

#d5dbfd Text Font Color

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

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


#d5dbfd Background Color

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

This div background color is #d5dbfd


#d5dbfd Border Color

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

This div border color is #d5dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.