Color Hex Logo

#e1ecef Color Hex

#E1ECEF
(225,236,239)
2 Favorites   0 Comments

Color spaces of #e1ecef

RGB 225236239
HSL0.540.300.91
HSV193°94°
CMYK 0.060.010.00   0.06
XYZ76.626882.230593.4948
Yxy82.23050.30370.3259
Hunter Lab90.6810-7.85672.3470
CIE-Lab92.6765-3.0785-2.7225

#e1ecef color RGB value is (225,236,239).

#e1ecef hex color red value is 225, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1ecef hue: 0.54 , saturation: 0.30 and the lightness value of e1ecef is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101100 11101111
Octal 341 354 357
Decimal 225 236 239
Hex E1 EC EF

RGB Percentages of Color #e1ecef

%32.14
%33.71
%34.14

CMYK Percentages of Color #e1ecef

%6
%1
%0
%6

Triadic Colors of #e1ecef

#e1ecef #efe1ec #ecefe1

Analogous Colors of #e1ecef

#e1ecef #e1e5ef #e1efeb

Monochromatic Colors of #e1ecef

#e1ecef

Complementary Color

#e1ecef #efe4e1

#e1ecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ecef Color CSS Codes

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

#e1ecef Text Font Color

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

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


#e1ecef Background Color

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

This div background color is #e1ecef


#e1ecef Border Color

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

This div border color is #e1ecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ecef


Comments

No comments written yet.

Please login to write comment.