Color Hex Logo

#e5edfb Color Hex

#E5EDFB
(229,237,251)
0 Favorites   0 Comments

Color spaces of #e5edfb

RGB 229237251
HSL0.610.730.94
HSV218°98°
CMYK 0.090.060.00   0.02
XYZ80.009984.1914103.3004
Yxy84.19140.29910.3147
Hunter Lab91.7559-4.9231-2.5206
CIE-Lab93.5336-0.0226-7.6708

#e5edfb color RGB value is (229,237,251).

#e5edfb hex color red value is 229, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e5edfb hue: 0.61 , saturation: 0.73 and the lightness value of e5edfb is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101101 11111011
Octal 345 355 373
Decimal 229 237 251
Hex E5 ED FB

RGB Percentages of Color #e5edfb

%31.94
%33.05
%35.01

CMYK Percentages of Color #e5edfb

%9
%6
%0
%2

Triadic Colors of #e5edfb

#e5edfb #fbe5ed #edfbe5

Analogous Colors of #e5edfb

#e5edfb #e8e5fb #e5f8fb

Monochromatic Colors of #e5edfb

#e5edfb

Complementary Color

#e5edfb #fbf3e5

#e5edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5edfb Color CSS Codes

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

#e5edfb Text Font Color

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

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


#e5edfb Background Color

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

This div background color is #e5edfb


#e5edfb Border Color

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

This div border color is #e5edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5edfb


Comments

No comments written yet.

Please login to write comment.