Color Hex Logo

#e2eafd Color Hex

#E2EAFD
(226,234,253)
0 Favorites   0 Comments

Color spaces of #e2eafd

RGB 226234253
HSL0.620.870.94
HSV222°11°99°
CMYK 0.110.080.00   0.01
XYZ78.516582.1062104.6383
Yxy82.10620.29600.3095
Hunter Lab90.6125-3.9000-5.0387
CIE-Lab92.62170.9520-10.0877

#e2eafd color RGB value is (226,234,253).

#e2eafd hex color red value is 226, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e2eafd hue: 0.62 , saturation: 0.87 and the lightness value of e2eafd is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 11111101
Octal 342 352 375
Decimal 226 234 253
Hex E2 EA FD

RGB Percentages of Color #e2eafd

%31.70
%32.82
%35.48

CMYK Percentages of Color #e2eafd

%11
%8
%0
%1

Triadic Colors of #e2eafd

#e2eafd #fde2ea #eafde2

Analogous Colors of #e2eafd

#e2eafd #e8e2fd #e2f8fd

Monochromatic Colors of #e2eafd

#e2eafd

Complementary Color

#e2eafd #fdf5e2

#e2eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eafd Color CSS Codes

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

#e2eafd Text Font Color

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

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


#e2eafd Background Color

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

This div background color is #e2eafd


#e2eafd Border Color

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

This div border color is #e2eafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,234,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.