Color Hex Logo

#e5fbfc Color Hex

#E5FBFC
(229,251,252)
0 Favorites   0 Comments

Color spaces of #e5fbfc

RGB 229251252
HSL0.510.790.94
HSV183°99°
CMYK 0.090.000.00   0.01
XYZ84.381092.6806105.5373
Yxy92.68060.29860.3280
Hunter Lab96.2708-12.01922.3926
CIE-Lab97.0978-6.9404-2.9339

#e5fbfc color RGB value is (229,251,252).

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

The process color (four color CMYK) of #e5fbfc color hex is 0.09, 0.00, 0.00, 0.01. Web safe color of #e5fbfc is #ccffff. Color #e5fbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111011 11111100
Octal 345 373 374
Decimal 229 251 252
Hex E5 FB FC

RGB Percentages of Color #e5fbfc

%31.28
%34.29
%34.43

CMYK Percentages of Color #e5fbfc

%9
%0
%0
%1

Triadic Colors of #e5fbfc

#e5fbfc #fce5fb #fbfce5

Analogous Colors of #e5fbfc

#e5fbfc #e5f0fc #e5fcf2

Monochromatic Colors of #e5fbfc

#e5fbfc

Complementary Color

#e5fbfc #fce6e5

#e5fbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fbfc Color CSS Codes

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

#e5fbfc Text Font Color

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

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


#e5fbfc Background Color

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

This div background color is #e5fbfc


#e5fbfc Border Color

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

This div border color is #e5fbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fbfc

Related Colors

#e5fbfc Color Palettes


Comments

No comments written yet.

Please login to write comment.