Color Hex Logo

#e2edff Color Hex

#E2EDFF
(226,237,255)
2 Favorites   0 Comments

Color spaces of #e2edff

RGB 226237255
HSL0.601.000.94
HSV217°11°100°
CMYK 0.110.070.00   0.00
XYZ79.698283.9571106.6125
Yxy83.95710.29490.3106
Hunter Lab91.6281-5.0897-4.8463
CIE-Lab93.4319-0.1981-9.9244

#e2edff color RGB value is (226,237,255).

#e2edff hex color red value is 226, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e2edff hue: 0.60 , saturation: 1.00 and the lightness value of e2edff is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101101 11111111
Octal 342 355 377
Decimal 226 237 255
Hex E2 ED FF

RGB Percentages of Color #e2edff

%31.48
%33.01
%35.52

CMYK Percentages of Color #e2edff

%11
%7
%0
%0

Triadic Colors of #e2edff

#e2edff #ffe2ed #edffe2

Analogous Colors of #e2edff

#e2edff #e6e2ff #e2fcff

Monochromatic Colors of #e2edff

#e2edff

Complementary Color

#e2edff #fff4e2

#e2edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2edff Color CSS Codes

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

#e2edff Text Font Color

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

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


#e2edff Background Color

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

This div background color is #e2edff


#e2edff Border Color

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

This div border color is #e2edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2edff


Comments

No comments written yet.

Please login to write comment.