Color Hex Logo

#e5e0fc Color Hex

#E5E0FC
(229,224,252)
0 Favorites   0 Comments

Color spaces of #e5e0fc

RGB 229224252
HSL0.700.820.93
HSV251°11°99°
CMYK 0.090.110.00   0.01
XYZ76.539476.9976102.9234
Yxy76.99760.29840.3002
Hunter Lab87.74832.1391-8.1198
CIE-Lab90.32056.8996-12.9712

#e5e0fc color RGB value is (229,224,252).

#e5e0fc hex color red value is 229, green value is 224 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e5e0fc hue: 0.70 , saturation: 0.82 and the lightness value of e5e0fc is 0.93.

The process color (four color CMYK) of #e5e0fc color hex is 0.09, 0.11, 0.00, 0.01. Web safe color of #e5e0fc is #ccccff. Color #e5e0fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11100000 11111100
Octal 345 340 374
Decimal 229 224 252
Hex E5 E0 FC

RGB Percentages of Color #e5e0fc

%32.48
%31.77
%35.74

CMYK Percentages of Color #e5e0fc

%9
%11
%0
%1

Triadic Colors of #e5e0fc

#e5e0fc #fce5e0 #e0fce5

Analogous Colors of #e5e0fc

#e5e0fc #f3e0fc #e0e9fc

Monochromatic Colors of #e5e0fc

#e5e0fc

Complementary Color

#e5e0fc #f7fce0

#e5e0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5e0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5e0fc Color CSS Codes

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

#e5e0fc Text Font Color

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

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


#e5e0fc Background Color

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

This div background color is #e5e0fc


#e5e0fc Border Color

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

This div border color is #e5e0fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5e0fc


Comments

No comments written yet.

Please login to write comment.