Color Hex Logo

#e4edfd Color Hex

#E4EDFD
(228,237,253)
0 Favorites   0 Comments

Color spaces of #e4edfd

RGB 228237253
HSL0.610.860.94
HSV218°10°99°
CMYK 0.100.060.00   0.01
XYZ80.008784.1542104.9550
Yxy84.15420.29730.3127
Hunter Lab91.7356-4.8556-3.6190
CIE-Lab93.51740.0446-8.7423

#e4edfd color RGB value is (228,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101101 11111101
Octal 344 355 375
Decimal 228 237 253
Hex E4 ED FD

RGB Percentages of Color #e4edfd

%31.75
%33.01
%35.24

CMYK Percentages of Color #e4edfd

%10
%6
%0
%1

Triadic Colors of #e4edfd

#e4edfd #fde4ed #edfde4

Analogous Colors of #e4edfd

#e4edfd #e8e4fd #e4fafd

Monochromatic Colors of #e4edfd

#e4edfd

Complementary Color

#e4edfd #fdf4e4

#e4edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4edfd Color CSS Codes

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

#e4edfd Text Font Color

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

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


#e4edfd Background Color

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

This div background color is #e4edfd


#e4edfd Border Color

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

This div border color is #e4edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.