Color Hex Logo

#e7fdfc Color Hex

#E7FDFC
(231,253,252)
0 Favorites   0 Comments

Color spaces of #e7fdfc

RGB 231253252
HSL0.490.850.95
HSV177°99°
CMYK 0.090.000.00   0.01
XYZ85.651094.2678105.7767
Yxy94.26780.29980.3300
Hunter Lab97.0916-12.44353.3705
CIE-Lab97.7398-7.3087-1.9766

#e7fdfc color RGB value is (231,253,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111101 11111100
Octal 347 375 374
Decimal 231 253 252
Hex E7 FD FC

RGB Percentages of Color #e7fdfc

%31.39
%34.38
%34.24

CMYK Percentages of Color #e7fdfc

%9
%0
%0
%1

Triadic Colors of #e7fdfc

#e7fdfc #fce7fd #fdfce7

Analogous Colors of #e7fdfc

#e7fdfc #e7f3fd #e7fdf1

Monochromatic Colors of #e7fdfc

#e7fdfc

Complementary Color

#e7fdfc #fde7e8

#e7fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7fdfc Color CSS Codes

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

#e7fdfc Text Font Color

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

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


#e7fdfc Background Color

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

This div background color is #e7fdfc


#e7fdfc Border Color

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

This div border color is #e7fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.