Color Hex Logo

#e7fbfa Color Hex

#E7FBFA
(231,251,250)
0 Favorites   0 Comments

Color spaces of #e7fbfa

RGB 231251250
HSL0.490.710.95
HSV177°98°
CMYK 0.080.000.00   0.02
XYZ84.707592.8854103.9066
Yxy92.88540.30090.3300
Hunter Lab96.3771-11.77313.5419
CIE-Lab97.1811-6.6803-1.7656

#e7fbfa color RGB value is (231,251,250).

#e7fbfa hex color red value is 231, green value is 251 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e7fbfa hue: 0.49 , saturation: 0.71 and the lightness value of e7fbfa is 0.95.

The process color (four color CMYK) of #e7fbfa color hex is 0.08, 0.00, 0.00, 0.02. Web safe color of #e7fbfa is #ffffff. Color #e7fbfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111011 11111010
Octal 347 373 372
Decimal 231 251 250
Hex E7 FB FA

RGB Percentages of Color #e7fbfa

%31.56
%34.29
%34.15

CMYK Percentages of Color #e7fbfa

%8
%0
%0
%2

Triadic Colors of #e7fbfa

#e7fbfa #fae7fb #fbfae7

Analogous Colors of #e7fbfa

#e7fbfa #e7f2fb #e7fbf0

Monochromatic Colors of #e7fbfa

#e7fbfa

Complementary Color

#e7fbfa #fbe7e8

#e7fbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7fbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7fbfa Color CSS Codes

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

#e7fbfa Text Font Color

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

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


#e7fbfa Background Color

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

This div background color is #e7fbfa


#e7fbfa Border Color

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

This div border color is #e7fbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7fbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.