Color Hex Logo

#d6edfb Color Hex

#D6EDFB
(214,237,251)
0 Favorites   0 Comments

Color spaces of #d6edfb

RGB 214237251
HSL0.560.820.91
HSV203°15°98°
CMYK 0.150.060.00   0.02
XYZ75.428381.8295103.0860
Yxy81.82950.28970.3143
Hunter Lab90.4597-9.4651-4.2439
CIE-Lab92.4996-4.7547-9.3175

#d6edfb color RGB value is (214,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101101 11111011
Octal 326 355 373
Decimal 214 237 251
Hex D6 ED FB

RGB Percentages of Color #d6edfb

%30.48
%33.76
%35.75

CMYK Percentages of Color #d6edfb

%15
%6
%0
%2

Triadic Colors of #d6edfb

#d6edfb #fbd6ed #edfbd6

Analogous Colors of #d6edfb

#d6edfb #d6dbfb #d6fbf7

Monochromatic Colors of #d6edfb

#d6edfb

Complementary Color

#d6edfb #fbe4d6

#d6edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6edfb Color CSS Codes

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

#d6edfb Text Font Color

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

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


#d6edfb Background Color

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

This div background color is #d6edfb


#d6edfb Border Color

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

This div border color is #d6edfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,237,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6edfb


Comments

No comments written yet.

Please login to write comment.