Color Hex Logo

#d5e5fe Color Hex

#D5E5FE
(213,229,254)
0 Favorites   0 Comments

Color spaces of #d5e5fe

RGB 213229254
HSL0.600.950.92
HSV217°16°100°
CMYK 0.160.100.00   0.00
XYZ73.349377.3405104.8282
Yxy77.34050.28710.3027
Hunter Lab87.9434-5.0230-9.1130
CIE-Lab90.4781-0.3343-13.9029

#d5e5fe color RGB value is (213,229,254).

#d5e5fe hex color red value is 213, green value is 229 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d5e5fe hue: 0.60 , saturation: 0.95 and the lightness value of d5e5fe is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11100101 11111110
Octal 325 345 376
Decimal 213 229 254
Hex D5 E5 FE

RGB Percentages of Color #d5e5fe

%30.60
%32.90
%36.49

CMYK Percentages of Color #d5e5fe

%16
%10
%0
%0

Triadic Colors of #d5e5fe

#d5e5fe #fed5e5 #e5fed5

Analogous Colors of #d5e5fe

#d5e5fe #dad5fe #d5fafe

Monochromatic Colors of #d5e5fe

#d5e5fe

Complementary Color

#d5e5fe #feeed5

#d5e5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5e5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5e5fe Color CSS Codes

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

#d5e5fe Text Font Color

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

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


#d5e5fe Background Color

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

This div background color is #d5e5fe


#d5e5fe Border Color

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

This div border color is #d5e5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5e5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.