Color Hex Logo

#e2effb Color Hex

#E2EFFB
(226,239,251)
0 Favorites   0 Comments

Color spaces of #e2effb

RGB 226239251
HSL0.580.760.94
HSV209°10°98°
CMYK 0.100.050.00   0.02
XYZ79.643184.8668103.4501
Yxy84.86680.29720.3167
Hunter Lab92.1232-6.8973-2.0937
CIE-Lab93.8257-2.0043-7.2620

#e2effb color RGB value is (226,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 11111011
Octal 342 357 373
Decimal 226 239 251
Hex E2 EF FB

RGB Percentages of Color #e2effb

%31.56
%33.38
%35.06

CMYK Percentages of Color #e2effb

%10
%5
%0
%2

Triadic Colors of #e2effb

#e2effb #fbe2ef #effbe2

Analogous Colors of #e2effb

#e2effb #e2e3fb #e2fbfb

Monochromatic Colors of #e2effb

#e2effb

Complementary Color

#e2effb #fbeee2

#e2effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2effb Color CSS Codes

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

#e2effb Text Font Color

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

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


#e2effb Background Color

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

This div background color is #e2effb


#e2effb Border Color

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

This div border color is #e2effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2effb


Comments

No comments written yet.

Please login to write comment.