Color Hex Logo

#e7feff Color Hex

#E7FEFF
(231,254,255)
3 Favorites   0 Comments

Color spaces of #e7feff

RGB 231254255
HSL0.511.000.95
HSV183°100°
CMYK 0.090.000.00   0.00
XYZ86.446895.0925108.4062
Yxy95.09250.29810.3280
Hunter Lab97.5154-12.41272.3491
CIE-Lab98.0705-7.2431-3.0343

#e7feff color RGB value is (231,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111110 11111111
Octal 347 376 377
Decimal 231 254 255
Hex E7 FE FF

RGB Percentages of Color #e7feff

%31.22
%34.32
%34.46

CMYK Percentages of Color #e7feff

%9
%0
%0
%0

Triadic Colors of #e7feff

#e7feff #ffe7fe #feffe7

Analogous Colors of #e7feff

#e7feff #e7f2ff #e7fff4

Monochromatic Colors of #e7feff

#e7feff

Complementary Color

#e7feff #ffe8e7

#e7feff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7feff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7feff Color CSS Codes

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

#e7feff Text Font Color

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

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


#e7feff Background Color

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

This div background color is #e7feff


#e7feff Border Color

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

This div border color is #e7feff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7feff

Related Colors


Comments

No comments written yet.

Please login to write comment.