Color Hex Logo

#e5edfa Color Hex

#E5EDFA
(229,237,250)
0 Favorites   0 Comments

Color spaces of #e5edfa

RGB 229237250
HSL0.600.680.94
HSV217°98°
CMYK 0.080.050.00   0.02
XYZ79.852684.1285102.4722
Yxy84.12850.29970.3157
Hunter Lab91.7216-5.1111-2.0342
CIE-Lab93.5063-0.2146-7.1912

#e5edfa color RGB value is (229,237,250).

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

The process color (four color CMYK) of #e5edfa color hex is 0.08, 0.05, 0.00, 0.02. Web safe color of #e5edfa is #ccffff. Color #e5edfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101101 11111010
Octal 345 355 372
Decimal 229 237 250
Hex E5 ED FA

RGB Percentages of Color #e5edfa

%31.98
%33.10
%34.92

CMYK Percentages of Color #e5edfa

%8
%5
%0
%2

Triadic Colors of #e5edfa

#e5edfa #fae5ed #edfae5

Analogous Colors of #e5edfa

#e5edfa #e8e5fa #e5f8fa

Monochromatic Colors of #e5edfa

#e5edfa

Complementary Color

#e5edfa #faf2e5

#e5edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5edfa Color CSS Codes

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

#e5edfa Text Font Color

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

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


#e5edfa Background Color

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

This div background color is #e5edfa


#e5edfa Border Color

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

This div border color is #e5edfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5edfa


Comments

No comments written yet.

Please login to write comment.