Color Hex Logo

#e1fbff Color Hex

#E1FBFF
(225,251,255)
1 Favorites   0 Comments

Color spaces of #e1fbff

RGB 225251255
HSL0.521.000.94
HSV188°12°100°
CMYK 0.120.020.00   0.00
XYZ83.598592.2219108.0022
Yxy92.22190.29450.3249
Hunter Lab96.0322-12.66760.5423
CIE-Lab96.9109-7.6249-4.7852

#e1fbff color RGB value is (225,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111011 11111111
Octal 341 373 377
Decimal 225 251 255
Hex E1 FB FF

RGB Percentages of Color #e1fbff

%30.78
%34.34
%34.88

CMYK Percentages of Color #e1fbff

%12
%2
%0
%0

Triadic Colors of #e1fbff

#e1fbff #ffe1fb #fbffe1

Analogous Colors of #e1fbff

#e1fbff #e1ecff #e1fff4

Monochromatic Colors of #e1fbff

#e1fbff

Complementary Color

#e1fbff #ffe5e1

#e1fbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fbff Color CSS Codes

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

#e1fbff Text Font Color

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

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


#e1fbff Background Color

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

This div background color is #e1fbff


#e1fbff Border Color

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

This div border color is #e1fbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fbff

Related Colors


Comments

No comments written yet.

Please login to write comment.