Color Hex Logo

#e1fbfb Color Hex

#E1FBFB
(225,251,251)
0 Favorites   0 Comments

Color spaces of #e1fbfb

RGB 225251251
HSL0.500.760.93
HSV180°10°98°
CMYK 0.100.000.00   0.02
XYZ82.961191.9669104.6457
Yxy91.96690.29670.3290
Hunter Lab95.8994-13.40632.4321
CIE-Lab96.8068-8.3966-2.8768

#e1fbfb color RGB value is (225,251,251).

#e1fbfb hex color red value is 225, green value is 251 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e1fbfb hue: 0.50 , saturation: 0.76 and the lightness value of e1fbfb is 0.93.

The process color (four color CMYK) of #e1fbfb color hex is 0.10, 0.00, 0.00, 0.02. Web safe color of #e1fbfb is #ccffff. Color #e1fbfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111011 11111011
Octal 341 373 373
Decimal 225 251 251
Hex E1 FB FB

RGB Percentages of Color #e1fbfb

%30.95
%34.53
%34.53

CMYK Percentages of Color #e1fbfb

%10
%0
%0
%2

Triadic Colors of #e1fbfb

#e1fbfb #fbe1fb #fbfbe1

Analogous Colors of #e1fbfb

#e1fbfb #e1eefb #e1fbee

Monochromatic Colors of #e1fbfb

#e1fbfb

Complementary Color

#e1fbfb #fbe1e1

#e1fbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fbfb Color CSS Codes

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

#e1fbfb Text Font Color

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

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


#e1fbfb Background Color

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

This div background color is #e1fbfb


#e1fbfb Border Color

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

This div border color is #e1fbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.