Color Hex Logo

#e6ecf6 Color Hex

#E6ECF6
(230,236,246)
0 Favorites   0 Comments

Color spaces of #e6ecf6

RGB 230236246
HSL0.600.470.93
HSV218°96°
CMYK 0.070.040.00   0.04
XYZ79.263183.467799.1220
Yxy83.46770.30270.3188
Hunter Lab91.3607-5.0173-0.3744
CIE-Lab93.2188-0.1394-5.5272

#e6ecf6 color RGB value is (230,236,246).

#e6ecf6 hex color red value is 230, green value is 236 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #e6ecf6 hue: 0.60 , saturation: 0.47 and the lightness value of e6ecf6 is 0.93.

The process color (four color CMYK) of #e6ecf6 color hex is 0.07, 0.04, 0.00, 0.04. Web safe color of #e6ecf6 is #ffffff. Color #e6ecf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101100 11110110
Octal 346 354 366
Decimal 230 236 246
Hex E6 EC F6

RGB Percentages of Color #e6ecf6

%32.30
%33.15
%34.55

CMYK Percentages of Color #e6ecf6

%7
%4
%0
%4

Triadic Colors of #e6ecf6

#e6ecf6 #f6e6ec #ecf6e6

Analogous Colors of #e6ecf6

#e6ecf6 #e8e6f6 #e6f4f6

Monochromatic Colors of #e6ecf6

#e6ecf6

Complementary Color

#e6ecf6 #f6f0e6

#e6ecf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ecf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ecf6 Color CSS Codes

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

#e6ecf6 Text Font Color

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

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


#e6ecf6 Background Color

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

This div background color is #e6ecf6


#e6ecf6 Border Color

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

This div border color is #e6ecf6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,236,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6ecf6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6ecf6;
  -webkit-box-shadow: 1px 1px 3px 2px #e6ecf6;
  box-shadow:         1px 1px 3px 2px #e6ecf6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,236,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ecf6


Comments

No comments written yet.

Please login to write comment.