Color Hex Logo

#e8edfb Color Hex

#E8EDFB
(232,237,251)
0 Favorites   0 Comments

Color spaces of #e8edfb

RGB 232237251
HSL0.620.700.95
HSV224°98°
CMYK 0.080.060.00   0.02
XYZ80.975584.6892103.3456
Yxy84.68920.30100.3148
Hunter Lab92.0267-3.9824-2.1637
CIE-Lab93.74900.9403-7.3280

#e8edfb color RGB value is (232,237,251).

#e8edfb hex color red value is 232, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e8edfb hue: 0.62 , saturation: 0.70 and the lightness value of e8edfb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11101101 11111011
Octal 350 355 373
Decimal 232 237 251
Hex E8 ED FB

RGB Percentages of Color #e8edfb

%32.22
%32.92
%34.86

CMYK Percentages of Color #e8edfb

%8
%6
%0
%2

Triadic Colors of #e8edfb

#e8edfb #fbe8ed #edfbe8

Analogous Colors of #e8edfb

#e8edfb #ede8fb #e8f7fb

Monochromatic Colors of #e8edfb

#e8edfb

Complementary Color

#e8edfb #fbf6e8

#e8edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8edfb Color CSS Codes

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

#e8edfb Text Font Color

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

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


#e8edfb Background Color

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

This div background color is #e8edfb


#e8edfb Border Color

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

This div border color is #e8edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8edfb

Related Colors


Comments

No comments written yet.

Please login to write comment.