Color Hex Logo

#e5eefb Color Hex

#E5EEFB
(229,238,251)
0 Favorites   0 Comments

Color spaces of #e5eefb

RGB 229238251
HSL0.600.730.94
HSV215°98°
CMYK 0.090.050.00   0.02
XYZ80.300284.7721103.3972
Yxy84.77210.29910.3158
Hunter Lab92.0718-5.4472-2.1328
CIE-Lab93.7848-0.5353-7.2989

#e5eefb color RGB value is (229,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101110 11111011
Octal 345 356 373
Decimal 229 238 251
Hex E5 EE FB

RGB Percentages of Color #e5eefb

%31.89
%33.15
%34.96

CMYK Percentages of Color #e5eefb

%9
%5
%0
%2

Triadic Colors of #e5eefb

#e5eefb #fbe5ee #eefbe5

Analogous Colors of #e5eefb

#e5eefb #e7e5fb #e5f9fb

Monochromatic Colors of #e5eefb

#e5eefb

Complementary Color

#e5eefb #fbf2e5

#e5eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eefb Color CSS Codes

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

#e5eefb Text Font Color

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

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


#e5eefb Background Color

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

This div background color is #e5eefb


#e5eefb Border Color

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

This div border color is #e5eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eefb


Comments

No comments written yet.

Please login to write comment.