Color Hex Logo

#eaedfd Color Hex

#EAEDFD
(234,237,253)
0 Favorites   0 Comments

Color spaces of #eaedfd

RGB 234237253
HSL0.640.830.95
HSV231°99°
CMYK 0.080.060.00   0.01
XYZ81.945585.1526105.0456
Yxy85.15260.30110.3129
Hunter Lab92.2782-2.9740-2.8985
CIE-Lab93.94881.9642-8.0553

#eaedfd color RGB value is (234,237,253).

#eaedfd hex color red value is 234, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eaedfd hue: 0.64 , saturation: 0.83 and the lightness value of eaedfd is 0.95.

The process color (four color CMYK) of #eaedfd color hex is 0.08, 0.06, 0.00, 0.01. Web safe color of #eaedfd is #ffffff. Color #eaedfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 11111101
Octal 352 355 375
Decimal 234 237 253
Hex EA ED FD

RGB Percentages of Color #eaedfd

%32.32
%32.73
%34.94

CMYK Percentages of Color #eaedfd

%8
%6
%0
%1

Triadic Colors of #eaedfd

#eaedfd #fdeaed #edfdea

Analogous Colors of #eaedfd

#eaedfd #f1eafd #eaf7fd

Monochromatic Colors of #eaedfd

#eaedfd

Complementary Color

#eaedfd #fdfaea

#eaedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaedfd Color CSS Codes

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

#eaedfd Text Font Color

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

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


#eaedfd Background Color

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

This div background color is #eaedfd


#eaedfd Border Color

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

This div border color is #eaedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaedfd


Comments

No comments written yet.

Please login to write comment.