Color Hex Logo

#e9edf8 Color Hex

#E9EDF8
(233,237,248)
2 Favorites   0 Comments

Color spaces of #e9edf8

RGB 233237248
HSL0.620.520.94
HSV224°97°
CMYK 0.060.040.00   0.03
XYZ80.831784.6693100.8895
Yxy84.66930.30340.3178
Hunter Lab92.0159-4.2239-0.5965
CIE-Lab93.74040.6966-5.7732

#e9edf8 color RGB value is (233,237,248).

#e9edf8 hex color red value is 233, green value is 237 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #e9edf8 hue: 0.62 , saturation: 0.52 and the lightness value of e9edf8 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101101 11111000
Octal 351 355 370
Decimal 233 237 248
Hex E9 ED F8

RGB Percentages of Color #e9edf8

%32.45
%33.01
%34.54

CMYK Percentages of Color #e9edf8

%6
%4
%0
%3

Triadic Colors of #e9edf8

#e9edf8 #f8e9ed #edf8e9

Analogous Colors of #e9edf8

#e9edf8 #ede9f8 #e9f5f8

Monochromatic Colors of #e9edf8

#e9edf8

Complementary Color

#e9edf8 #f8f4e9

#e9edf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9edf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9edf8 Color CSS Codes

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

#e9edf8 Text Font Color

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

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


#e9edf8 Background Color

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

This div background color is #e9edf8


#e9edf8 Border Color

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

This div border color is #e9edf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9edf8

Related Colors


Comments

No comments written yet.

Please login to write comment.