Color Hex Logo

#e7efff Color Hex

#E7EFFF
(231,239,255)
3 Favorites   0 Comments

Color spaces of #e7efff

RGB 231239255
HSL0.611.000.95
HSV220°100°
CMYK 0.090.060.00   0.00
XYZ81.871585.9419106.8811
Yxy85.94190.29800.3129
Hunter Lab92.7049-4.5927-3.4631
CIE-Lab94.28750.3611-8.6158

#e7efff color RGB value is (231,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101111 11111111
Octal 347 357 377
Decimal 231 239 255
Hex E7 EF FF

RGB Percentages of Color #e7efff

%31.86
%32.97
%35.17

CMYK Percentages of Color #e7efff

%9
%6
%0
%0

Triadic Colors of #e7efff

#e7efff #ffe7ef #efffe7

Analogous Colors of #e7efff

#e7efff #ebe7ff #e7fbff

Monochromatic Colors of #e7efff

#e7efff

Complementary Color

#e7efff #fff7e7

#e7efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7efff Color CSS Codes

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

#e7efff Text Font Color

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

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


#e7efff Background Color

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

This div background color is #e7efff


#e7efff Border Color

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

This div border color is #e7efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7efff

Related Colors


Comments

No comments written yet.

Please login to write comment.