Color Hex Logo

#d6eafb Color Hex

#D6EAFB
(214,234,251)
0 Favorites   0 Comments

Color spaces of #d6eafb

RGB 214234251
HSL0.580.820.91
HSV208°15°98°
CMYK 0.150.070.00   0.02
XYZ74.567080.1068102.7988
Yxy80.10680.28960.3111
Hunter Lab89.5024-7.9158-5.4464
CIE-Lab91.7328-3.2183-10.4570

#d6eafb color RGB value is (214,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101010 11111011
Octal 326 352 373
Decimal 214 234 251
Hex D6 EA FB

RGB Percentages of Color #d6eafb

%30.62
%33.48
%35.91

CMYK Percentages of Color #d6eafb

%15
%7
%0
%2

Triadic Colors of #d6eafb

#d6eafb #fbd6ea #eafbd6

Analogous Colors of #d6eafb

#d6eafb #d6d8fb #d6fbfa

Monochromatic Colors of #d6eafb

#d6eafb

Complementary Color

#d6eafb #fbe7d6

#d6eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6eafb Color CSS Codes

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

#d6eafb Text Font Color

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

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


#d6eafb Background Color

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

This div background color is #d6eafb


#d6eafb Border Color

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

This div border color is #d6eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6eafb


Comments

No comments written yet.

Please login to write comment.