Color Hex Logo

#e9fefa Color Hex

#E9FEFA
(233,254,250)
0 Favorites   0 Comments

Color spaces of #e9fefa

RGB 233254250
HSL0.470.910.95
HSV169°100°
CMYK 0.080.000.02   0.00
XYZ86.301495.1094104.2519
Yxy95.10940.30210.3329
Hunter Lab97.5240-12.70814.8866
CIE-Lab98.0773-7.5439-0.4383

#e9fefa color RGB value is (233,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111110 11111010
Octal 351 376 372
Decimal 233 254 250
Hex E9 FE FA

RGB Percentages of Color #e9fefa

%31.61
%34.46
%33.92

CMYK Percentages of Color #e9fefa

%8
%0
%2
%0

Triadic Colors of #e9fefa

#e9fefa #fae9fe #fefae9

Analogous Colors of #e9fefa

#e9fefa #e9f8fe #e9fef0

Monochromatic Colors of #e9fefa

#e9fefa

Complementary Color

#e9fefa #fee9ed

#e9fefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9fefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9fefa Color CSS Codes

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

#e9fefa Text Font Color

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

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


#e9fefa Background Color

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

This div background color is #e9fefa


#e9fefa Border Color

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

This div border color is #e9fefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9fefa

Related Colors


Comments

No comments written yet.

Please login to write comment.