Color Hex Logo

#e9fefe Color Hex

#E9FEFE
(233,254,254)
0 Favorites   0 Comments

Color spaces of #e9fefe

RGB 233254254
HSL0.500.910.95
HSV180°100°
CMYK 0.080.000.00   0.00
XYZ86.935595.3630107.5908
Yxy95.36300.29990.3290
Hunter Lab97.6540-11.98663.0347
CIE-Lab98.1786-6.7977-2.3460

#e9fefe color RGB value is (233,254,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111110 11111110
Octal 351 376 376
Decimal 233 254 254
Hex E9 FE FE

RGB Percentages of Color #e9fefe

%31.44
%34.28
%34.28

CMYK Percentages of Color #e9fefe

%8
%0
%0
%0

Triadic Colors of #e9fefe

#e9fefe #fee9fe #fefee9

Analogous Colors of #e9fefe

#e9fefe #e9f4fe #e9fef4

Monochromatic Colors of #e9fefe

#e9fefe

Complementary Color

#e9fefe #fee9e9

#e9fefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9fefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9fefe Color CSS Codes

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

#e9fefe Text Font Color

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

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


#e9fefe Background Color

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

This div background color is #e9fefe


#e9fefe Border Color

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

This div border color is #e9fefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9fefe

Related Colors


Comments

No comments written yet.

Please login to write comment.