Color Hex Logo

#d6edfd Color Hex

#D6EDFD
(214,237,253)
0 Favorites   0 Comments

Color spaces of #d6edfd

RGB 214237253
HSL0.570.910.92
HSV205°15°99°
CMYK 0.150.060.00   0.01
XYZ75.745481.9564104.7555
Yxy81.95640.28860.3123
Hunter Lab90.5298-9.0779-5.2359
CIE-Lab92.5556-4.3486-10.2754

#d6edfd color RGB value is (214,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101101 11111101
Octal 326 355 375
Decimal 214 237 253
Hex D6 ED FD

RGB Percentages of Color #d6edfd

%30.40
%33.66
%35.94

CMYK Percentages of Color #d6edfd

%15
%6
%0
%1

Triadic Colors of #d6edfd

#d6edfd #fdd6ed #edfdd6

Analogous Colors of #d6edfd

#d6edfd #d6dafd #d6fdfa

Monochromatic Colors of #d6edfd

#d6edfd

Complementary Color

#d6edfd #fde6d6

#d6edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6edfd Color CSS Codes

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

#d6edfd Text Font Color

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

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


#d6edfd Background Color

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

This div background color is #d6edfd


#d6edfd Border Color

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

This div border color is #d6edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6edfd


Comments

No comments written yet.

Please login to write comment.