Color Hex Logo

#e9edef Color Hex

#E9EDEF
(233,237,239)
0 Favorites   0 Comments

Color spaces of #e9edef

RGB 233237239
HSL0.560.160.93
HSV200°94°
CMYK 0.030.010.00   0.06
XYZ79.468484.124093.7105
Yxy84.12400.30890.3269
Hunter Lab91.7191-5.85043.6261
CIE-Lab93.5043-0.9641-1.4413

#e9edef color RGB value is (233,237,239).

#e9edef hex color red value is 233, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e9edef hue: 0.56 , saturation: 0.16 and the lightness value of e9edef is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101101 11101111
Octal 351 355 357
Decimal 233 237 239
Hex E9 ED EF

RGB Percentages of Color #e9edef

%32.86
%33.43
%33.71

CMYK Percentages of Color #e9edef

%3
%1
%0
%6

Triadic Colors of #e9edef

#e9edef #efe9ed #edefe9

Analogous Colors of #e9edef

#e9edef #e9eaef #e9efee

Monochromatic Colors of #e9edef

#e9edef

Complementary Color

#e9edef #efebe9

#e9edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9edef Color CSS Codes

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

#e9edef Text Font Color

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

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


#e9edef Background Color

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

This div background color is #e9edef


#e9edef Border Color

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

This div border color is #e9edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9edef

#e9edef Color Palettes


Comments

No comments written yet.

Please login to write comment.