Color Hex Logo

#eae4fc Color Hex

#EAE4FC
(234,228,252)
0 Favorites   0 Comments

Color spaces of #eae4fc

RGB 234228252
HSL0.710.800.94
HSV255°10°99°
CMYK 0.070.100.00   0.01
XYZ79.245880.0075103.3618
Yxy80.00750.30180.3047
Hunter Lab89.44691.6106-5.9007
CIE-Lab91.68826.4238-10.8913

#eae4fc color RGB value is (234,228,252).

#eae4fc hex color red value is 234, green value is 228 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eae4fc hue: 0.71 , saturation: 0.80 and the lightness value of eae4fc is 0.94.

The process color (four color CMYK) of #eae4fc color hex is 0.07, 0.10, 0.00, 0.01. Web safe color of #eae4fc is #ffccff. Color #eae4fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100100 11111100
Octal 352 344 374
Decimal 234 228 252
Hex EA E4 FC

RGB Percentages of Color #eae4fc

%32.77
%31.93
%35.29

CMYK Percentages of Color #eae4fc

%7
%10
%0
%1

Triadic Colors of #eae4fc

#eae4fc #fceae4 #e4fcea

Analogous Colors of #eae4fc

#eae4fc #f6e4fc #e4eafc

Monochromatic Colors of #eae4fc

#eae4fc

Complementary Color

#eae4fc #f6fce4

#eae4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae4fc Color CSS Codes

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

#eae4fc Text Font Color

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

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


#eae4fc Background Color

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

This div background color is #eae4fc


#eae4fc Border Color

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

This div border color is #eae4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae4fc


Comments

No comments written yet.

Please login to write comment.