Color Hex Logo

#e5effb Color Hex

#E5EFFB
(229,239,251)
0 Favorites   0 Comments

Color spaces of #e5effb

RGB 229239251
HSL0.590.730.94
HSV213°98°
CMYK 0.090.050.00   0.02
XYZ80.592285.3561103.4945
Yxy85.35610.29910.3168
Hunter Lab92.3884-5.9706-1.7455
CIE-Lab94.0364-1.0472-6.9269

#e5effb color RGB value is (229,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101111 11111011
Octal 345 357 373
Decimal 229 239 251
Hex E5 EF FB

RGB Percentages of Color #e5effb

%31.85
%33.24
%34.91

CMYK Percentages of Color #e5effb

%9
%5
%0
%2

Triadic Colors of #e5effb

#e5effb #fbe5ef #effbe5

Analogous Colors of #e5effb

#e5effb #e6e5fb #e5fafb

Monochromatic Colors of #e5effb

#e5effb

Complementary Color

#e5effb #fbf1e5

#e5effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5effb Color CSS Codes

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

#e5effb Text Font Color

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

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


#e5effb Background Color

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

This div background color is #e5effb


#e5effb Border Color

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

This div border color is #e5effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5effb


Comments

No comments written yet.

Please login to write comment.