Color Hex Logo

#e3edfd Color Hex

#E3EDFD
(227,237,253)
0 Favorites   0 Comments

Color spaces of #e3edfd

RGB 227237253
HSL0.600.870.94
HSV217°10°99°
CMYK 0.100.060.00   0.01
XYZ79.692483.9911104.9402
Yxy83.99110.29670.3127
Hunter Lab91.6467-5.1649-3.7375
CIE-Lab93.4466-0.2732-8.8551

#e3edfd color RGB value is (227,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11101101 11111101
Octal 343 355 375
Decimal 227 237 253
Hex E3 ED FD

RGB Percentages of Color #e3edfd

%31.66
%33.05
%35.29

CMYK Percentages of Color #e3edfd

%10
%6
%0
%1

Triadic Colors of #e3edfd

#e3edfd #fde3ed #edfde3

Analogous Colors of #e3edfd

#e3edfd #e6e3fd #e3fafd

Monochromatic Colors of #e3edfd

#e3edfd

Complementary Color

#e3edfd #fdf3e3

#e3edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3edfd Color CSS Codes

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

#e3edfd Text Font Color

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

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


#e3edfd Background Color

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

This div background color is #e3edfd


#e3edfd Border Color

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

This div border color is #e3edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.