Color Hex Logo

#e7f0ff Color Hex

#E7F0FF
(231,240,255)
0 Favorites   0 Comments

Color spaces of #e7f0ff

RGB 231240255
HSL0.601.000.95
HSV218°100°
CMYK 0.090.060.00   0.00
XYZ82.165186.5291106.9790
Yxy86.52910.29810.3139
Hunter Lab93.0210-5.1184-3.0719
CIE-Lab94.5381-0.1511-8.2444

#e7f0ff color RGB value is (231,240,255).

#e7f0ff hex color red value is 231, green value is 240 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e7f0ff hue: 0.60 , saturation: 1.00 and the lightness value of e7f0ff is 0.95.

The process color (four color CMYK) of #e7f0ff color hex is 0.09, 0.06, 0.00, 0.00. Web safe color of #e7f0ff is #ffffff. Color #e7f0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11110000 11111111
Octal 347 360 377
Decimal 231 240 255
Hex E7 F0 FF

RGB Percentages of Color #e7f0ff

%31.82
%33.06
%35.12

CMYK Percentages of Color #e7f0ff

%9
%6
%0
%0

Triadic Colors of #e7f0ff

#e7f0ff #ffe7f0 #f0ffe7

Analogous Colors of #e7f0ff

#e7f0ff #eae7ff #e7fcff

Monochromatic Colors of #e7f0ff

#e7f0ff

Complementary Color

#e7f0ff #fff6e7

#e7f0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7f0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7f0ff Color CSS Codes

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

#e7f0ff Text Font Color

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

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


#e7f0ff Background Color

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

This div background color is #e7f0ff


#e7f0ff Border Color

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

This div border color is #e7f0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7f0ff

#e7f0ff Color Palettes


Comments

No comments written yet.

Please login to write comment.