Color Hex Logo

#e6ecf1 Color Hex

#E6ECF1
(230,236,241)
0 Favorites   0 Comments

Color spaces of #e6ecf1

RGB 230236241
HSL0.580.280.92
HSV207°95°
CMYK 0.050.020.00   0.05
XYZ78.505883.164895.1338
Yxy83.16480.30570.3238
Hunter Lab91.1947-5.92751.9853
CIE-Lab93.0865-1.0729-3.1199

#e6ecf1 color RGB value is (230,236,241).

#e6ecf1 hex color red value is 230, green value is 236 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #e6ecf1 hue: 0.58 , saturation: 0.28 and the lightness value of e6ecf1 is 0.92.

The process color (four color CMYK) of #e6ecf1 color hex is 0.05, 0.02, 0.00, 0.05. Web safe color of #e6ecf1 is #ffffff. Color #e6ecf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101100 11110001
Octal 346 354 361
Decimal 230 236 241
Hex E6 EC F1

RGB Percentages of Color #e6ecf1

%32.53
%33.38
%34.09

CMYK Percentages of Color #e6ecf1

%5
%2
%0
%5

Triadic Colors of #e6ecf1

#e6ecf1 #f1e6ec #ecf1e6

Analogous Colors of #e6ecf1

#e6ecf1 #e6e7f1 #e6f1f1

Monochromatic Colors of #e6ecf1

#e6ecf1

Complementary Color

#e6ecf1 #f1ebe6

#e6ecf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ecf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ecf1 Color CSS Codes

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

#e6ecf1 Text Font Color

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

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


#e6ecf1 Background Color

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

This div background color is #e6ecf1


#e6ecf1 Border Color

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

This div border color is #e6ecf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ecf1


Comments

No comments written yet.

Please login to write comment.