Color Hex Logo

#e8fdfa Color Hex

#E8FDFA
(232,253,250)
0 Favorites   0 Comments

Color spaces of #e8fdfa

RGB 232253250
HSL0.480.840.95
HSV171°99°
CMYK 0.080.000.01   0.01
XYZ85.659394.3085104.1311
Yxy94.30850.30150.3320
Hunter Lab97.1126-12.49894.4038
CIE-Lab97.7562-7.3636-0.9158

#e8fdfa color RGB value is (232,253,250).

#e8fdfa hex color red value is 232, green value is 253 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e8fdfa hue: 0.48 , saturation: 0.84 and the lightness value of e8fdfa is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11111101 11111010
Octal 350 375 372
Decimal 232 253 250
Hex E8 FD FA

RGB Percentages of Color #e8fdfa

%31.56
%34.42
%34.01

CMYK Percentages of Color #e8fdfa

%8
%0
%1
%1

Triadic Colors of #e8fdfa

#e8fdfa #fae8fd #fdfae8

Analogous Colors of #e8fdfa

#e8fdfa #e8f6fd #e8fdf0

Monochromatic Colors of #e8fdfa

#e8fdfa

Complementary Color

#e8fdfa #fde8eb

#e8fdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8fdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8fdfa Color CSS Codes

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

#e8fdfa Text Font Color

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

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


#e8fdfa Background Color

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

This div background color is #e8fdfa


#e8fdfa Border Color

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

This div border color is #e8fdfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,253,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8fdfa


Comments

No comments written yet.

Please login to write comment.