Color Hex Logo

#e1fcfb Color Hex

#E1FCFB
(225,252,251)
0 Favorites   0 Comments

Color spaces of #e1fcfb

RGB 225252251
HSL0.490.820.94
HSV178°11°99°
CMYK 0.110.000.00   0.01
XYZ83.274392.5934104.7501
Yxy92.59340.29680.3300
Hunter Lab96.2255-13.91922.8153
CIE-Lab97.0623-8.8977-2.5017

#e1fcfb color RGB value is (225,252,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111100 11111011
Octal 341 374 373
Decimal 225 252 251
Hex E1 FC FB

RGB Percentages of Color #e1fcfb

%30.91
%34.62
%34.48

CMYK Percentages of Color #e1fcfb

%11
%0
%0
%1

Triadic Colors of #e1fcfb

#e1fcfb #fbe1fc #fcfbe1

Analogous Colors of #e1fcfb

#e1fcfb #e1f0fc #e1fcee

Monochromatic Colors of #e1fcfb

#e1fcfb

Complementary Color

#e1fcfb #fce1e2

#e1fcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fcfb Color CSS Codes

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

#e1fcfb Text Font Color

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

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


#e1fcfb Background Color

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

This div background color is #e1fcfb


#e1fcfb Border Color

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

This div border color is #e1fcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fcfb

Related Colors

#e1fcfb Color Palettes


Comments

No comments written yet.

Please login to write comment.