Color Hex Logo

#e3eaff Color Hex

#E3EAFF
(227,234,255)
1 Favorites   0 Comments

Color spaces of #e3eaff

RGB 227234255
HSL0.631.000.95
HSV225°11°100°
CMYK 0.110.080.00   0.00
XYZ79.151482.3965106.3401
Yxy82.39650.29550.3076
Hunter Lab90.7725-3.2043-5.9175
CIE-Lab92.74961.6620-10.9315

#e3eaff color RGB value is (227,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11101010 11111111
Octal 343 352 377
Decimal 227 234 255
Hex E3 EA FF

RGB Percentages of Color #e3eaff

%31.70
%32.68
%35.61

CMYK Percentages of Color #e3eaff

%11
%8
%0
%0

Triadic Colors of #e3eaff

#e3eaff #ffe3ea #eaffe3

Analogous Colors of #e3eaff

#e3eaff #eae3ff #e3f8ff

Monochromatic Colors of #e3eaff

#e3eaff

Complementary Color

#e3eaff #fff8e3

#e3eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3eaff Color CSS Codes

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

#e3eaff Text Font Color

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

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


#e3eaff Background Color

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

This div background color is #e3eaff


#e3eaff Border Color

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

This div border color is #e3eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3eaff

Related Colors

#e3eaff Color Palettes


Comments

No comments written yet.

Please login to write comment.