Color Hex Logo

#e1eeef Color Hex

#E1EEEF
(225,238,239)
0 Favorites   0 Comments

Color spaces of #e1eeef

RGB 225238239
HSL0.510.300.91
HSV184°94°
CMYK 0.060.000.00   0.06
XYZ77.205983.388693.6878
Yxy83.38860.30360.3279
Hunter Lab91.3174-8.88933.0931
CIE-Lab93.1843-4.0980-1.9777

#e1eeef color RGB value is (225,238,239).

#e1eeef hex color red value is 225, green value is 238 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1eeef hue: 0.51 , saturation: 0.30 and the lightness value of e1eeef is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101110 11101111
Octal 341 356 357
Decimal 225 238 239
Hex E1 EE EF

RGB Percentages of Color #e1eeef

%32.05
%33.90
%34.05

CMYK Percentages of Color #e1eeef

%6
%0
%0
%6

Triadic Colors of #e1eeef

#e1eeef #efe1ee #eeefe1

Analogous Colors of #e1eeef

#e1eeef #e1e7ef #e1efe9

Monochromatic Colors of #e1eeef

#e1eeef

Complementary Color

#e1eeef #efe2e1

#e1eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eeef Color CSS Codes

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

#e1eeef Text Font Color

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

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


#e1eeef Background Color

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

This div background color is #e1eeef


#e1eeef Border Color

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

This div border color is #e1eeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,238,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eeef


Comments

No comments written yet.

Please login to write comment.