Color Hex Logo

#e1efff Color Hex

#E1EFFF
(225,239,255)
0 Favorites   0 Comments

Color spaces of #e1efff

RGB 225239255
HSL0.591.000.94
HSV212°12°100°
CMYK 0.120.060.00   0.00
XYZ79.967884.9606106.7920
Yxy84.96060.29430.3127
Hunter Lab92.1741-6.4427-4.1710
CIE-Lab93.8661-1.5389-9.2871

#e1efff color RGB value is (225,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101111 11111111
Octal 341 357 377
Decimal 225 239 255
Hex E1 EF FF

RGB Percentages of Color #e1efff

%31.29
%33.24
%35.47

CMYK Percentages of Color #e1efff

%12
%6
%0
%0

Triadic Colors of #e1efff

#e1efff #ffe1ef #efffe1

Analogous Colors of #e1efff

#e1efff #e2e1ff #e1feff

Monochromatic Colors of #e1efff

#e1efff

Complementary Color

#e1efff #fff1e1

#e1efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1efff Color CSS Codes

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

#e1efff Text Font Color

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

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


#e1efff Background Color

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

This div background color is #e1efff


#e1efff Border Color

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

This div border color is #e1efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1efff

Related Colors

#e1efff Color Palettes


Comments

No comments written yet.

Please login to write comment.