Color Hex Logo

#e1ebfc Color Hex

#E1EBFC
(225,235,252)
0 Favorites   0 Comments

Color spaces of #e1ebfc

RGB 225235252
HSL0.600.820.94
HSV218°11°99°
CMYK 0.110.070.00   0.01
XYZ78.330482.4525103.8819
Yxy82.45250.29600.3115
Hunter Lab90.8034-4.9251-4.2673
CIE-Lab92.7742-0.0762-9.3481

#e1ebfc color RGB value is (225,235,252).

#e1ebfc hex color red value is 225, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e1ebfc hue: 0.60 , saturation: 0.82 and the lightness value of e1ebfc is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101011 11111100
Octal 341 353 374
Decimal 225 235 252
Hex E1 EB FC

RGB Percentages of Color #e1ebfc

%31.60
%33.01
%35.39

CMYK Percentages of Color #e1ebfc

%11
%7
%0
%1

Triadic Colors of #e1ebfc

#e1ebfc #fce1eb #ebfce1

Analogous Colors of #e1ebfc

#e1ebfc #e5e1fc #e1f9fc

Monochromatic Colors of #e1ebfc

#e1ebfc

Complementary Color

#e1ebfc #fcf2e1

#e1ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ebfc Color CSS Codes

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

#e1ebfc Text Font Color

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

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


#e1ebfc Background Color

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

This div background color is #e1ebfc


#e1ebfc Border Color

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

This div border color is #e1ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.