Color Hex Logo

#e9faff Color Hex

#E9FAFF
(233,250,255)
0 Favorites   0 Comments

Color spaces of #e9faff

RGB 233250255
HSL0.541.000.96
HSV194°100°
CMYK 0.090.020.00   0.00
XYZ85.839992.9149108.0179
Yxy92.91490.29930.3240
Hunter Lab96.3924-9.72781.0339
CIE-Lab97.1931-4.5972-4.3085

#e9faff color RGB value is (233,250,255).

#e9faff hex color red value is 233, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e9faff hue: 0.54 , saturation: 1.00 and the lightness value of e9faff is 0.96.

The process color (four color CMYK) of #e9faff color hex is 0.09, 0.02, 0.00, 0.00. Web safe color of #e9faff is #ffffff. Color #e9faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111010 11111111
Octal 351 372 377
Decimal 233 250 255
Hex E9 FA FF

RGB Percentages of Color #e9faff

%31.57
%33.88
%34.55

CMYK Percentages of Color #e9faff

%9
%2
%0
%0

Triadic Colors of #e9faff

#e9faff #ffe9fa #faffe9

Analogous Colors of #e9faff

#e9faff #e9efff #e9fff9

Monochromatic Colors of #e9faff

#e9faff

Complementary Color

#e9faff #ffeee9

#e9faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9faff Color CSS Codes

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

#e9faff Text Font Color

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

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


#e9faff Background Color

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

This div background color is #e9faff


#e9faff Border Color

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

This div border color is #e9faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9faff

Related Colors

#e9faff Color Palettes


Comments

No comments written yet.

Please login to write comment.