Color Hex Logo

#d1effd Color Hex

#D1EFFD
(209,239,253)
0 Favorites   0 Comments

Color spaces of #d1effd

RGB 209239253
HSL0.550.920.91
HSV199°17°99°
CMYK 0.170.060.00   0.01
XYZ74.890682.3802104.8823
Yxy82.38020.28570.3142
Hunter Lab90.7635-11.5527-4.9784
CIE-Lab92.7424-6.9041-10.0329

#d1effd color RGB value is (209,239,253).

#d1effd hex color red value is 209, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d1effd hue: 0.55 , saturation: 0.92 and the lightness value of d1effd is 0.91.

The process color (four color CMYK) of #d1effd color hex is 0.17, 0.06, 0.00, 0.01. Web safe color of #d1effd is #ccffff. Color #d1effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101111 11111101
Octal 321 357 375
Decimal 209 239 253
Hex D1 EF FD

RGB Percentages of Color #d1effd

%29.81
%34.09
%36.09

CMYK Percentages of Color #d1effd

%17
%6
%0
%1

Triadic Colors of #d1effd

#d1effd #fdd1ef #effdd1

Analogous Colors of #d1effd

#d1effd #d1d9fd #d1fdf5

Monochromatic Colors of #d1effd

#d1effd

Complementary Color

#d1effd #fddfd1

#d1effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1effd Color CSS Codes

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

#d1effd Text Font Color

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

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


#d1effd Background Color

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

This div background color is #d1effd


#d1effd Border Color

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

This div border color is #d1effd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,239,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 #d1effd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1effd

#d1effd Color Palettes


Comments

No comments written yet.

Please login to write comment.