Color Hex Logo

#e2ebfb Color Hex

#E2EBFB
(226,235,251)
0 Favorites   0 Comments

Color spaces of #e2ebfb

RGB 226235251
HSL0.610.760.94
HSV218°10°98°
CMYK 0.100.060.00   0.02
XYZ78.484982.5504103.0640
Yxy82.55040.29720.3126
Hunter Lab90.8573-4.8072-3.6556
CIE-Lab92.81720.0463-8.7558

#e2ebfb color RGB value is (226,235,251).

#e2ebfb hex color red value is 226, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e2ebfb hue: 0.61 , saturation: 0.76 and the lightness value of e2ebfb is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101011 11111011
Octal 342 353 373
Decimal 226 235 251
Hex E2 EB FB

RGB Percentages of Color #e2ebfb

%31.74
%33.01
%35.25

CMYK Percentages of Color #e2ebfb

%10
%6
%0
%2

Triadic Colors of #e2ebfb

#e2ebfb #fbe2eb #ebfbe2

Analogous Colors of #e2ebfb

#e2ebfb #e6e2fb #e2f8fb

Monochromatic Colors of #e2ebfb

#e2ebfb

Complementary Color

#e2ebfb #fbf2e2

#e2ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ebfb Color CSS Codes

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

#e2ebfb Text Font Color

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

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


#e2ebfb Background Color

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

This div background color is #e2ebfb


#e2ebfb Border Color

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

This div border color is #e2ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ebfb

Related Colors


Comments

No comments written yet.

Please login to write comment.