Color Hex Logo

#d5e3ff Color Hex

#D5E3FF
(213,227,255)
0 Favorites   0 Comments

Color spaces of #d5e3ff

RGB 213227255
HSL0.611.000.92
HSV220°16°100°
CMYK 0.160.110.00   0.00
XYZ72.959776.3043105.4906
Yxy76.30430.28640.2995
Hunter Lab87.3523-3.7772-10.4546
CIE-Lab90.00040.9111-15.1416

#d5e3ff color RGB value is (213,227,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11100011 11111111
Octal 325 343 377
Decimal 213 227 255
Hex D5 E3 FF

RGB Percentages of Color #d5e3ff

%30.65
%32.66
%36.69

CMYK Percentages of Color #d5e3ff

%16
%11
%0
%0

Triadic Colors of #d5e3ff

#d5e3ff #ffd5e3 #e3ffd5

Analogous Colors of #d5e3ff

#d5e3ff #dcd5ff #d5f8ff

Monochromatic Colors of #d5e3ff

#d5e3ff

Complementary Color

#d5e3ff #fff1d5

#d5e3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5e3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5e3ff Color CSS Codes

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

#d5e3ff Text Font Color

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

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


#d5e3ff Background Color

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

This div background color is #d5e3ff


#d5e3ff Border Color

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

This div border color is #d5e3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5e3ff

#d5e3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.