Color Hex Logo

#e1eafb Color Hex

#E1EAFB
(225,234,251)
0 Favorites   0 Comments

Color spaces of #e1eafb

RGB 225234251
HSL0.610.760.93
HSV219°10°98°
CMYK 0.100.070.00   0.02
XYZ77.886781.8182102.9542
Yxy81.81820.29650.3115
Hunter Lab90.4534-4.5925-4.1666
CIE-Lab92.49460.2423-9.2424

#e1eafb color RGB value is (225,234,251).

#e1eafb hex color red value is 225, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e1eafb hue: 0.61 , saturation: 0.76 and the lightness value of e1eafb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101010 11111011
Octal 341 352 373
Decimal 225 234 251
Hex E1 EA FB

RGB Percentages of Color #e1eafb

%31.69
%32.96
%35.35

CMYK Percentages of Color #e1eafb

%10
%7
%0
%2

Triadic Colors of #e1eafb

#e1eafb #fbe1ea #eafbe1

Analogous Colors of #e1eafb

#e1eafb #e5e1fb #e1f7fb

Monochromatic Colors of #e1eafb

#e1eafb

Complementary Color

#e1eafb #fbf2e1

#e1eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eafb Color CSS Codes

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

#e1eafb Text Font Color

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

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


#e1eafb Background Color

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

This div background color is #e1eafb


#e1eafb Border Color

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

This div border color is #e1eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eafb

Related Colors


Comments

No comments written yet.

Please login to write comment.