Color Hex Logo

#e4edfc Color Hex

#E4EDFC
(228,237,252)
0 Favorites   0 Comments

Color spaces of #e4edfc

RGB 228237252
HSL0.600.800.94
HSV218°10°99°
CMYK 0.100.060.00   0.01
XYZ79.849884.0906104.1180
Yxy84.09060.29790.3137
Hunter Lab91.7009-5.0454-3.1277
CIE-Lab93.4898-0.1492-8.2633

#e4edfc color RGB value is (228,237,252).

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

The process color (four color CMYK) of #e4edfc color hex is 0.10, 0.06, 0.00, 0.01. Web safe color of #e4edfc is #ccffff. Color #e4edfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101101 11111100
Octal 344 355 374
Decimal 228 237 252
Hex E4 ED FC

RGB Percentages of Color #e4edfc

%31.80
%33.05
%35.15

CMYK Percentages of Color #e4edfc

%10
%6
%0
%1

Triadic Colors of #e4edfc

#e4edfc #fce4ed #edfce4

Analogous Colors of #e4edfc

#e4edfc #e7e4fc #e4f9fc

Monochromatic Colors of #e4edfc

#e4edfc

Complementary Color

#e4edfc #fcf3e4

#e4edfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4edfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4edfc Color CSS Codes

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

#e4edfc Text Font Color

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

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


#e4edfc Background Color

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

This div background color is #e4edfc


#e4edfc Border Color

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

This div border color is #e4edfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4edfc


Comments

No comments written yet.

Please login to write comment.