Color Hex Logo

#e1edfa Color Hex

#E1EDFA
(225,237,250)
0 Favorites   0 Comments

Color spaces of #e1edfa

RGB 225237250
HSL0.590.710.93
HSV211°10°98°
CMYK 0.100.050.00   0.02
XYZ78.590883.4781102.4132
Yxy83.47810.29710.3156
Hunter Lab91.3664-6.3504-2.5021
CIE-Lab93.2234-1.4933-7.6414

#e1edfa color RGB value is (225,237,250).

#e1edfa hex color red value is 225, green value is 237 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e1edfa hue: 0.59 , saturation: 0.71 and the lightness value of e1edfa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 11111010
Octal 341 355 372
Decimal 225 237 250
Hex E1 ED FA

RGB Percentages of Color #e1edfa

%31.60
%33.29
%35.11

CMYK Percentages of Color #e1edfa

%10
%5
%0
%2

Triadic Colors of #e1edfa

#e1edfa #fae1ed #edfae1

Analogous Colors of #e1edfa

#e1edfa #e2e1fa #e1fafa

Monochromatic Colors of #e1edfa

#e1edfa

Complementary Color

#e1edfa #faeee1

#e1edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1edfa Color CSS Codes

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

#e1edfa Text Font Color

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

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


#e1edfa Background Color

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

This div background color is #e1edfa


#e1edfa Border Color

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

This div border color is #e1edfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1edfa


Comments

No comments written yet.

Please login to write comment.