Color Hex Logo

#e2eafc Color Hex

#E2EAFC
(226,234,252)
1 Favorites   0 Comments

Color spaces of #e2eafc

RGB 226234252
HSL0.620.810.94
HSV222°10°99°
CMYK 0.100.070.00   0.01
XYZ78.357582.0427103.8014
Yxy82.04270.29660.3105
Hunter Lab90.5774-4.0922-4.5419
CIE-Lab92.59370.7559-9.6084

#e2eafc color RGB value is (226,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 11111100
Octal 342 352 374
Decimal 226 234 252
Hex E2 EA FC

RGB Percentages of Color #e2eafc

%31.74
%32.87
%35.39

CMYK Percentages of Color #e2eafc

%10
%7
%0
%1

Triadic Colors of #e2eafc

#e2eafc #fce2ea #eafce2

Analogous Colors of #e2eafc

#e2eafc #e7e2fc #e2f7fc

Monochromatic Colors of #e2eafc

#e2eafc

Complementary Color

#e2eafc #fcf4e2

#e2eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eafc Color CSS Codes

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

#e2eafc Text Font Color

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

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


#e2eafc Background Color

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

This div background color is #e2eafc


#e2eafc Border Color

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

This div border color is #e2eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eafc


Comments

No comments written yet.

Please login to write comment.