Color Hex Logo

#e9fdfa Color Hex

#E9FDFA
(233,253,250)
0 Favorites   0 Comments

Color spaces of #e9fdfa

RGB 233253250
HSL0.480.830.95
HSV171°99°
CMYK 0.080.000.01   0.01
XYZ85.984994.4763104.1463
Yxy94.47630.30210.3320
Hunter Lab97.1989-12.19204.5114
CIE-Lab97.8236-7.0431-0.8092

#e9fdfa color RGB value is (233,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111101 11111010
Octal 351 375 372
Decimal 233 253 250
Hex E9 FD FA

RGB Percentages of Color #e9fdfa

%31.66
%34.38
%33.97

CMYK Percentages of Color #e9fdfa

%8
%0
%1
%1

Triadic Colors of #e9fdfa

#e9fdfa #fae9fd #fdfae9

Analogous Colors of #e9fdfa

#e9fdfa #e9f6fd #e9fdf0

Monochromatic Colors of #e9fdfa

#e9fdfa

Complementary Color

#e9fdfa #fde9ec

#e9fdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9fdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9fdfa Color CSS Codes

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

#e9fdfa Text Font Color

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

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


#e9fdfa Background Color

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

This div background color is #e9fdfa


#e9fdfa Border Color

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

This div border color is #e9fdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9fdfa


Comments

No comments written yet.

Please login to write comment.