Color Hex Logo

#e3effe Color Hex

#E3EFFE
(227,239,254)
0 Favorites   0 Comments

Color spaces of #e3effe

RGB 227239254
HSL0.590.930.94
HSV213°11°100°
CMYK 0.110.060.00   0.00
XYZ80.434485.2197105.9756
Yxy85.21970.29610.3137
Hunter Lab92.3145-6.0219-3.4438
CIE-Lab93.9777-1.1035-8.5870

#e3effe color RGB value is (227,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11101111 11111110
Octal 343 357 376
Decimal 227 239 254
Hex E3 EF FE

RGB Percentages of Color #e3effe

%31.53
%33.19
%35.28

CMYK Percentages of Color #e3effe

%11
%6
%0
%0

Triadic Colors of #e3effe

#e3effe #fee3ef #effee3

Analogous Colors of #e3effe

#e3effe #e5e3fe #e3fdfe

Monochromatic Colors of #e3effe

#e3effe

Complementary Color

#e3effe #fef2e3

#e3effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3effe Color CSS Codes

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

#e3effe Text Font Color

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

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


#e3effe Background Color

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

This div background color is #e3effe


#e3effe Border Color

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

This div border color is #e3effe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,239,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e3effe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3effe

Related Colors


Comments

No comments written yet.

Please login to write comment.