Color Hex Logo

#e3eafa Color Hex

#E3EAFA
(227,234,250)
0 Favorites   0 Comments

Color spaces of #e3eafa

RGB 227234250
HSL0.620.700.94
HSV222°98°
CMYK 0.090.060.00   0.02
XYZ78.356782.0787102.1554
Yxy82.07870.29840.3126
Hunter Lab90.5973-4.1624-3.4359
CIE-Lab92.60960.6858-8.5351

#e3eafa color RGB value is (227,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11101010 11111010
Octal 343 352 372
Decimal 227 234 250
Hex E3 EA FA

RGB Percentages of Color #e3eafa

%31.93
%32.91
%35.16

CMYK Percentages of Color #e3eafa

%9
%6
%0
%2

Triadic Colors of #e3eafa

#e3eafa #fae3ea #eafae3

Analogous Colors of #e3eafa

#e3eafa #e8e3fa #e3f6fa

Monochromatic Colors of #e3eafa

#e3eafa

Complementary Color

#e3eafa #faf3e3

#e3eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3eafa Color CSS Codes

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

#e3eafa Text Font Color

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

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


#e3eafa Background Color

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

This div background color is #e3eafa


#e3eafa Border Color

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

This div border color is #e3eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3eafa


Comments

No comments written yet.

Please login to write comment.