Color Hex Logo

#e1ecfb Color Hex

#E1ECFB
(225,236,251)
0 Favorites   0 Comments

Color spaces of #e1ecfb

RGB 225236251
HSL0.600.760.93
HSV215°10°98°
CMYK 0.100.060.00   0.02
XYZ78.459482.9635103.1451
Yxy82.96350.29660.3136
Hunter Lab91.0843-5.6388-3.3818
CIE-Lab92.9985-0.7856-8.4949

#e1ecfb color RGB value is (225,236,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101100 11111011
Octal 341 354 373
Decimal 225 236 251
Hex E1 EC FB

RGB Percentages of Color #e1ecfb

%31.60
%33.15
%35.25

CMYK Percentages of Color #e1ecfb

%10
%6
%0
%2

Triadic Colors of #e1ecfb

#e1ecfb #fbe1ec #ecfbe1

Analogous Colors of #e1ecfb

#e1ecfb #e3e1fb #e1f9fb

Monochromatic Colors of #e1ecfb

#e1ecfb

Complementary Color

#e1ecfb #fbf0e1

#e1ecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ecfb Color CSS Codes

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

#e1ecfb Text Font Color

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

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


#e1ecfb Background Color

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

This div background color is #e1ecfb


#e1ecfb Border Color

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

This div border color is #e1ecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ecfb

Related Colors


Comments

No comments written yet.

Please login to write comment.