Color Hex Logo

#e3eafb Color Hex

#E3EAFB
(227,234,251)
0 Favorites   0 Comments

Color spaces of #e3eafb

RGB 227234251
HSL0.620.750.94
HSV223°10°98°
CMYK 0.100.070.00   0.02
XYZ78.514082.1416102.9836
Yxy82.14160.29780.3116
Hunter Lab90.6320-3.9724-3.9278
CIE-Lab92.63730.8798-9.0149

#e3eafb color RGB value is (227,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11101010 11111011
Octal 343 352 373
Decimal 227 234 251
Hex E3 EA FB

RGB Percentages of Color #e3eafb

%31.88
%32.87
%35.25

CMYK Percentages of Color #e3eafb

%10
%7
%0
%2

Triadic Colors of #e3eafb

#e3eafb #fbe3ea #eafbe3

Analogous Colors of #e3eafb

#e3eafb #e8e3fb #e3f6fb

Monochromatic Colors of #e3eafb

#e3eafb

Complementary Color

#e3eafb #fbf4e3

#e3eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3eafb Color CSS Codes

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

#e3eafb Text Font Color

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

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


#e3eafb Background Color

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

This div background color is #e3eafb


#e3eafb Border Color

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

This div border color is #e3eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3eafb


Comments

No comments written yet.

Please login to write comment.