Color Hex Logo

#d1e0fa Color Hex

#D1E0FA
(209,224,250)
0 Favorites   0 Comments

Color spaces of #d1e0fa

RGB 209224250
HSL0.610.800.90
HSV218°16°98°
CMYK 0.160.100.00   0.02
XYZ70.205573.7687100.9810
Yxy73.76870.28660.3012
Hunter Lab85.8887-4.3992-9.5863
CIE-Lab88.81310.1944-14.3276

#d1e0fa color RGB value is (209,224,250).

#d1e0fa hex color red value is 209, green value is 224 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d1e0fa hue: 0.61 , saturation: 0.80 and the lightness value of d1e0fa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11100000 11111010
Octal 321 340 372
Decimal 209 224 250
Hex D1 E0 FA

RGB Percentages of Color #d1e0fa

%30.60
%32.80
%36.60

CMYK Percentages of Color #d1e0fa

%16
%10
%0
%2

Triadic Colors of #d1e0fa

#d1e0fa #fad1e0 #e0fad1

Analogous Colors of #d1e0fa

#d1e0fa #d7d1fa #d1f5fa

Monochromatic Colors of #d1e0fa

#d1e0fa

Complementary Color

#d1e0fa #faebd1

#d1e0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1e0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1e0fa Color CSS Codes

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

#d1e0fa Text Font Color

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

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


#d1e0fa Background Color

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

This div background color is #d1e0fa


#d1e0fa Border Color

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

This div border color is #d1e0fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,224,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1e0fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1e0fa;
  -webkit-box-shadow: 1px 1px 3px 2px #d1e0fa;
  box-shadow:         1px 1px 3px 2px #d1e0fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,224,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1e0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.