Color Hex Logo

#e2f5fb Color Hex

#E2F5FB
(226,245,251)
0 Favorites   0 Comments

Color spaces of #e2f5fb

RGB 226245251
HSL0.540.760.94
HSV194°10°98°
CMYK 0.100.020.00   0.02
XYZ81.429088.4386104.0454
Yxy88.43860.29730.3229
Hunter Lab94.0418-10.01340.2323
CIE-Lab95.3453-5.0570-5.0184

#e2f5fb color RGB value is (226,245,251).

#e2f5fb hex color red value is 226, green value is 245 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e2f5fb hue: 0.54 , saturation: 0.76 and the lightness value of e2f5fb is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11110101 11111011
Octal 342 365 373
Decimal 226 245 251
Hex E2 F5 FB

RGB Percentages of Color #e2f5fb

%31.30
%33.93
%34.76

CMYK Percentages of Color #e2f5fb

%10
%2
%0
%2

Triadic Colors of #e2f5fb

#e2f5fb #fbe2f5 #f5fbe2

Analogous Colors of #e2f5fb

#e2f5fb #e2e9fb #e2fbf5

Monochromatic Colors of #e2f5fb

#e2f5fb

Complementary Color

#e2f5fb #fbe8e2

#e2f5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2f5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2f5fb Color CSS Codes

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

#e2f5fb Text Font Color

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

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


#e2f5fb Background Color

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

This div background color is #e2f5fb


#e2f5fb Border Color

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

This div border color is #e2f5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2f5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.