Color Hex Logo

#e5ecff Color Hex

#E5ECFF
(229,236,255)
0 Favorites   0 Comments

Color spaces of #e5ecff

RGB 229236255
HSL0.621.000.95
HSV224°10°100°
CMYK 0.100.070.00   0.00
XYZ80.358683.8689106.5607
Yxy83.86890.29680.3097
Hunter Lab91.5800-3.6367-4.8827
CIE-Lab93.39351.2658-9.9583

#e5ecff color RGB value is (229,236,255).

#e5ecff hex color red value is 229, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e5ecff hue: 0.62 , saturation: 1.00 and the lightness value of e5ecff is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101100 11111111
Octal 345 354 377
Decimal 229 236 255
Hex E5 EC FF

RGB Percentages of Color #e5ecff

%31.81
%32.78
%35.42

CMYK Percentages of Color #e5ecff

%10
%7
%0
%0

Triadic Colors of #e5ecff

#e5ecff #ffe5ec #ecffe5

Analogous Colors of #e5ecff

#e5ecff #ebe5ff #e5f9ff

Monochromatic Colors of #e5ecff

#e5ecff

Complementary Color

#e5ecff #fff8e5

#e5ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ecff Color CSS Codes

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

#e5ecff Text Font Color

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

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


#e5ecff Background Color

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

This div background color is #e5ecff


#e5ecff Border Color

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

This div border color is #e5ecff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,236,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ecff

Related Colors


Comments

No comments written yet.

Please login to write comment.