Color Hex Logo

#e9efff Color Hex

#E9EFFF
(233,239,255)
0 Favorites   0 Comments

Color spaces of #e9efff

RGB 233239255
HSL0.621.000.96
HSV224°100°
CMYK 0.090.060.00   0.00
XYZ82.520886.2766106.9115
Yxy86.27660.29930.3129
Hunter Lab92.8852-3.9666-3.2236
CIE-Lab94.43050.9991-8.3881

#e9efff color RGB value is (233,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101111 11111111
Octal 351 357 377
Decimal 233 239 255
Hex E9 EF FF

RGB Percentages of Color #e9efff

%32.05
%32.87
%35.08

CMYK Percentages of Color #e9efff

%9
%6
%0
%0

Triadic Colors of #e9efff

#e9efff #ffe9ef #efffe9

Analogous Colors of #e9efff

#e9efff #eee9ff #e9faff

Monochromatic Colors of #e9efff

#e9efff

Complementary Color

#e9efff #fff9e9

#e9efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9efff Color CSS Codes

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

#e9efff Text Font Color

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

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


#e9efff Background Color

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

This div background color is #e9efff


#e9efff Border Color

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

This div border color is #e9efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9efff

Related Colors


Comments

No comments written yet.

Please login to write comment.