Color Hex Logo

#e1eefc Color Hex

#E1EEFC
(225,238,252)
0 Favorites   0 Comments

Color spaces of #e1eefc

RGB 225238252
HSL0.590.820.94
HSV211°11°99°
CMYK 0.110.060.00   0.01
XYZ79.196684.1849104.1707
Yxy84.18490.29600.3146
Hunter Lab91.7523-6.4932-3.0881
CIE-Lab93.5307-1.6156-8.2260

#e1eefc color RGB value is (225,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101110 11111100
Octal 341 356 374
Decimal 225 238 252
Hex E1 EE FC

RGB Percentages of Color #e1eefc

%31.47
%33.29
%35.24

CMYK Percentages of Color #e1eefc

%11
%6
%0
%1

Triadic Colors of #e1eefc

#e1eefc #fce1ee #eefce1

Analogous Colors of #e1eefc

#e1eefc #e2e1fc #e1fcfc

Monochromatic Colors of #e1eefc

#e1eefc

Complementary Color

#e1eefc #fcefe1

#e1eefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eefc Color CSS Codes

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

#e1eefc Text Font Color

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

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


#e1eefc Background Color

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

This div background color is #e1eefc


#e1eefc Border Color

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

This div border color is #e1eefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eefc


Comments

No comments written yet.

Please login to write comment.