Color Hex Logo

#e7fefc Color Hex

#E7FEFC
(231,254,252)
0 Favorites   0 Comments

Color spaces of #e7fefc

RGB 231254252
HSL0.490.920.95
HSV175°100°
CMYK 0.090.000.01   0.00
XYZ85.967594.9008105.8822
Yxy94.90080.29980.3310
Hunter Lab97.4170-12.95913.7499
CIE-Lab97.9938-7.8094-1.6045

#e7fefc color RGB value is (231,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111110 11111100
Octal 347 376 374
Decimal 231 254 252
Hex E7 FE FC

RGB Percentages of Color #e7fefc

%31.34
%34.46
%34.19

CMYK Percentages of Color #e7fefc

%9
%0
%1
%0

Triadic Colors of #e7fefc

#e7fefc #fce7fe #fefce7

Analogous Colors of #e7fefc

#e7fefc #e7f5fe #e7fef1

Monochromatic Colors of #e7fefc

#e7fefc

Complementary Color

#e7fefc #fee7e9

#e7fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7fefc Color CSS Codes

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

#e7fefc Text Font Color

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

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


#e7fefc Background Color

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

This div background color is #e7fefc


#e7fefc Border Color

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

This div border color is #e7fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7fefc

Related Colors


Comments

No comments written yet.

Please login to write comment.